Does Surgery on Surgery to Fix Surgery

This commit is contained in:
Fox McCloud
2018-04-29 20:41:37 -04:00
parent f07033d380
commit f7181df136
@@ -42,7 +42,7 @@
if(lying && surgeries.len)
if(user.a_intent == INTENT_HELP)
for(var/datum/surgery/S in surgeries)
if(S.next_step(user, user.a_intent))
if(S.next_step(user, src))
return 1
return 0