mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 05:57:24 +01:00
meanwhile as i driver tiger INSANE
This commit is contained in:
@@ -34,13 +34,18 @@
|
||||
if(istype(src,/obj/item/robot_parts))//popup ovveride for direct attach
|
||||
if(!attempt_initiate_surgery(src, M, user,1))
|
||||
return 0
|
||||
else
|
||||
return 1
|
||||
if(istype(src,/obj/item/weapon/screwdriver) && M.get_species() == "Machine")
|
||||
if(!attempt_initiate_surgery(src, M, user))
|
||||
return 0
|
||||
else
|
||||
return 1
|
||||
if(is_sharp(src))
|
||||
if(!attempt_initiate_surgery(src, M, user))
|
||||
return 0
|
||||
return
|
||||
else
|
||||
return 1
|
||||
|
||||
if (istype(M,/mob/living/carbon/brain))
|
||||
messagesource = M:container
|
||||
|
||||
Reference in New Issue
Block a user