Skip to content

Commit e11aab1

Browse files
committed
Update proc ref to 515 standard
1 parent 891bded commit e11aab1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mojave/structures/grave.dm

+3-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
if(. && isliving(inserted))
100100
ADD_TRAIT(inserted, TRAIT_MAGIC_CHOKE, STATUS_EFFECT_TRAIT)
101101
var/mob/living/living_target = inserted
102-
living_target.RegisterSignal(living_target, COMSIG_MOB_SAY, /mob/living/.proc/handle_buried_speech)
102+
living_target.RegisterSignal(living_target, COMSIG_MOB_SAY, TYPE_PROC_REF(/mob/living, handle_buried_speech))
103103
to_chat(living_target, span_danger("You have trouble breathing under the weight of the dirt!"))
104104

105105
/obj/structure/closet/ms13/grave/dump_contents()
@@ -204,6 +204,8 @@
204204
dirt_level += length(contents) ? 1 : -1
205205
update_appearance()
206206

207+
// Test item dropping
208+
207209
/obj/structure/closet/ms13/grave/wrench_act_secondary(mob/living/user, obj/item/tool)
208210
return TRUE
209211

0 commit comments

Comments
 (0)