Adds in missing stub signals

This commit is contained in:
variableundefined
2018-11-17 09:26:13 +08:00
parent 5c72537d8c
commit ef3a2ce9c5
3 changed files with 4 additions and 0 deletions
+1
View File
@@ -411,6 +411,7 @@ BLIND // can't see anything
..()
/obj/item/clothing/shoes/proc/step_action(var/mob/living/carbon/human/H) //squeek squeek
SEND_SIGNAL(src, COMSIG_SHOES_STEP_ACTION)
if(shoe_sound)
var/turf/T = get_turf(H)