mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 22:17:32 +01:00
whole bunch of surgery changes
early cautery not compiling yet
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user