whole bunch of surgery changes

early cautery not compiling yet
This commit is contained in:
datlo
2019-01-26 00:50:18 +00:00
parent 225c470944
commit fdc841be8e
4 changed files with 58 additions and 26 deletions
+2 -2
View File
@@ -50,12 +50,12 @@
else
return 1
if(isscrewdriver(src) && ismachine(M))
if(isscrewdriver(src) && ismachine(M) && user.a_intent == INTENT_HELP)
if(!attempt_initiate_surgery(src, M, user))
return 0
else
return 1
if(is_sharp(src))
if(is_sharp(src) && user.a_intent == INTENT_HELP)
if(!attempt_initiate_surgery(src, M, user))
return 0
else