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:
MLGTASTICa
2021-02-06 14:46:43 +00:00
committed by GitHub
co-authored by MLGTASTICa
parent d0ae945b5a
commit c344beff58
11 changed files with 71 additions and 12 deletions
+5
View File
@@ -194,6 +194,9 @@
/*
* Sleepypens
*/
/obj/item/pen/sleepy
special_desc_requirement = EXAMINE_CHECK_SYNDICATE // Skyrat edit
special_desc = "A Armour piercing syringe concealed in a pen , used by the Syndicate in covert operations." // Skyrat edit
/obj/item/pen/sleepy/attack(mob/living/M, mob/user)
if(!istype(M))
@@ -220,6 +223,8 @@
attack_verb_continuous = list("slashes", "stabs", "slices", "tears", "lacerates", "rips", "dices", "cuts") //these won't show up if the pen is off
attack_verb_simple = list("slash", "stab", "slice", "tear", "lacerate", "rip", "dice", "cut")
sharpness = SHARP_EDGED
special_desc_requirement = EXAMINE_CHECK_SYNDICATE // Skyrat edit
special_desc = "A concealed energy dagger , used by the Syndicate in covert operations." // Skyrat edit
var/on = FALSE
/obj/item/pen/edagger/ComponentInitialize()