mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 13:10:02 +01:00
Adds special descs to chameleon items , energy swords(toy and real) , chameleon projector , implanters. (#3136)
* the descs * Update chameleonproj.dm * Update dualsaber.dm * Update implant_misc.dm * Update energy.dm * Update toys.dm * Update toys.dm * Update chameleon.dm * Update pen.dm * grammar * Update implantuplink.dm * Update implant_stealth.dm * Update energy.dm * Update chameleon.dm * Update pen.dm Co-authored-by: MLGTASTICa <ak9bc01d@yahoo.com>
This commit is contained in:
@@ -35,8 +35,10 @@ No Implant Specifics"}
|
||||
|
||||
|
||||
/obj/item/implanter/freedom
|
||||
name = "implanter (freedom)"
|
||||
name = "implanter" // Skyrat edit , was implanter (freedom)
|
||||
imp_type = /obj/item/implant/freedom
|
||||
special_desc_requirement = EXAMINE_CHECK_SYNDICATE // Skyrat edit
|
||||
special_desc = "A Syndicate implanter used for a freedom implant" // Skyrat edit
|
||||
|
||||
/obj/item/implantcase/freedom
|
||||
name = "implant case - 'Freedom'"
|
||||
|
||||
@@ -26,8 +26,10 @@
|
||||
qdel(src)
|
||||
|
||||
/obj/item/implanter/emp
|
||||
name = "implanter (EMP)"
|
||||
name = "implanter" // Skyrat edit, was implanter (EMP)
|
||||
imp_type = /obj/item/implant/emp
|
||||
special_desc_requirement = EXAMINE_CHECK_SYNDICATE // Skyrat edit
|
||||
special_desc = "A Syndicate implanter used for a EMP implant" // Skyrat edit
|
||||
|
||||
|
||||
//Health Tracker Implant
|
||||
@@ -102,6 +104,8 @@
|
||||
imp_type = /obj/item/implant/radio
|
||||
|
||||
/obj/item/implanter/radio/syndicate
|
||||
name = "implanter (internal syndicate radio)"
|
||||
name = "implanter" // Skyrat edit , was originally implanter (internal syndicate radio)
|
||||
imp_type = /obj/item/implant/radio/syndicate
|
||||
special_desc_requirement = EXAMINE_CHECK_SYNDICATE // Skyrat edit
|
||||
special_desc = "A Syndicate implanter used for a internal radio implant" // Skyrat edit
|
||||
|
||||
|
||||
@@ -4,8 +4,10 @@
|
||||
actions_types = list(/datum/action/item_action/agent_box)
|
||||
|
||||
/obj/item/implanter/stealth
|
||||
name = "implanter (stealth)"
|
||||
name = "implanter" // Skyrat edit , was originaly implanter (stealth)
|
||||
imp_type = /obj/item/implant/stealth
|
||||
special_desc_requirement = EXAMINE_CHECK_SYNDICATE // Skyrat edit
|
||||
special_desc = "A Syndicate implanter used for a stealth implant" // Skyrat edit
|
||||
|
||||
//Box Object
|
||||
|
||||
|
||||
@@ -36,5 +36,7 @@
|
||||
return ..()
|
||||
|
||||
/obj/item/implanter/storage
|
||||
name = "implanter (storage)"
|
||||
name = "implanter" // Skyrat edit , original was implanter (storage)
|
||||
imp_type = /obj/item/implant/storage
|
||||
special_desc_requirement = EXAMINE_CHECK_SYNDICATE // Skyrat edit
|
||||
special_desc = "A Syndicate implanter used for a storage implant" // Skyrat edit
|
||||
|
||||
@@ -24,12 +24,16 @@
|
||||
qdel(src)
|
||||
|
||||
/obj/item/implanter/uplink
|
||||
name = "implanter (uplink)"
|
||||
name = "implanter" // Skyrat edit , original was implanter (uplink)
|
||||
imp_type = /obj/item/implant/uplink
|
||||
special_desc_requirement = EXAMINE_CHECK_SYNDICATE // Skyrat edit
|
||||
special_desc = "A Syndicate implanter for an uplink" // Skyrat edit
|
||||
|
||||
/obj/item/implanter/uplink/precharged
|
||||
name = "implanter (precharged uplink)"
|
||||
name = "implanter" // Skyrat edit , original was implanter (precharged uplink)
|
||||
imp_type = /obj/item/implant/uplink/precharged
|
||||
special_desc_requirement = EXAMINE_CHECK_SYNDICATE // Skyrat edit
|
||||
special_desc = "A Syndicate implanter for a precharged uplink" // Skyrat edit
|
||||
|
||||
/obj/item/implant/uplink/precharged
|
||||
starting_tc = TELECRYSTALS_PRELOADED_IMPLANT
|
||||
|
||||
Reference in New Issue
Block a user