Surgery and syringe fixes

Fixes a line printed about staying close to your patient printed in error, and makes syringes work on laying patients again.

The do_surgery overrides are from a bygone era.

Tested == yes
This commit is contained in:
Arokha Sieyes
2017-06-09 02:11:23 -04:00
parent cbd1d410c3
commit 6d58df9f60
5 changed files with 0 additions and 29 deletions
-1
View File
@@ -129,7 +129,6 @@
if(success)
if(!do_mob(user, M, rand(S.min_duration, S.max_duration)))
success = FALSE
else
to_chat(user, "<span class='warning'>You must remain close to your patient to conduct surgery.</span>")
if(success)