mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user