Merge pull request #7195 from Citadel-Station-13/upstream-merge-38574

[MIRROR] Global component signals
This commit is contained in:
LetterJay
2018-06-24 18:20:17 -05:00
committed by GitHub
10 changed files with 98 additions and 1 deletions
+10
View File
@@ -510,3 +510,13 @@
attack_verb = list("blorbled", "slimed", "absorbed")
squeak_override = list('sound/effects/blobattack.ogg' = 1)
gender = FEMALE //given all the jokes and drawings, I'm not sure the xenobiologists would make a slimeboy
/obj/item/toy/plush/awakenedplushie
name = "awakened plushie"
desc = "An ancient plushie that has grown enlightened to the true nature of reality."
icon_state = "plushie_awake"
item_state = "plushie_awake"
/obj/item/toy/plush/awakenedplushie/ComponentInitialize()
. = ..()
AddComponent(/datum/component/edit_complainer)