mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-30 15:38:02 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user