fixes sprites again

This commit is contained in:
shellspeed1
2019-10-19 13:54:30 -07:00
parent 8c8b95efb4
commit 388db87515
6 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -136,7 +136,7 @@
var/mob/living/carbon/human/H = pushed_mob
SEND_SIGNAL(H, COMSIG_ADD_MOOD_EVENT, "table", /datum/mood_event/table)
/*
/* You don't shove people onto a table frame.
/obj/structure/table/shove_act(mob/living/target, mob/living/user)
if(!target.resting)
target.Knockdown(SHOVE_KNOCKDOWN_TABLE)