Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit fcffbf9

Browse files
committed
add points to desc
1 parent 393ff45 commit fcffbf9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

code/modules/uplink/uplink_items.dm

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2152,6 +2152,10 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
21522152
cost = 2
21532153
exclude_antags = list(ROLE_OPERATIVE, ROLE_CLOWNOP)
21542154

2155+
/datum/uplink_item/implants/skill_injector/New()
2156+
var/obj/item/skill_injector/typed_item = item
2157+
desc += " This one grants [initial(typed_item.amount_to_give)] points."
2158+
21552159
/datum/uplink_item/implants/skill_injector/nukies
21562160
item = /obj/item/skill_injector/advanced
21572161
manufacturer = /datum/corporation/traitor/cybersun

0 commit comments

Comments
 (0)