Some bugfixes (#19444)

* Fixes accessory removal

* Fixes partslathe

* Fixes a bug where field gen would be annihilated by windows

* Small runtime fix

* Fixes a robot runtime

* easter egg

* no coggers

* Update mop.dm

* Update antagonist.dm

* Update antagonist.dm

* Update partslathe_vr.dm

* Update mop.dm
This commit is contained in:
Cameron Lennox
2026-05-03 22:08:23 -04:00
committed by GitHub
parent c92befc589
commit 7cdc25880a
13 changed files with 24 additions and 12 deletions
+2
View File
@@ -420,6 +420,8 @@
if(ishuman(user))
to_chat(user, span_narsie(span_bolddanger("HOR-SIE HAS RISEN")))
var/obj/item/clothing/mask/horsehead/magichead = new /obj/item/clothing/mask/horsehead
magichead.say_verbs = list("neighs", "whinnys", "snorts")
magichead.say_messages = list("NEEEEIGH", "KEECHOOOW", "WHIIIINNNY", "NEEEEEEIGHHHH", "KEECHOOOWWW")
magichead.canremove = FALSE //curses!
magichead.flags_inv = null //so you can still see their face
magichead.voicechange = 1 //NEEEEIIGHH
@@ -36,4 +36,6 @@
var/obj/item/clothing/mask/horsehead/magichead = new_item
magichead.flags_inv = null //so you can still see their face
magichead.voicechange = 1 //NEEEEIIGHH
magichead.say_verbs = list("neighs", "whinnys", "snorts")
magichead.say_messages = list("NEEEEIGH", "KEECHOOOW", "WHIIIINNNY", "NEEEEEEIGHHHH", "KEECHOOOWWW")
return new_item