mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
You no longer attack yourself when you don't have enough fuel left in your welding tank to repair (#30352)
Co-authored-by: adrermail@gmail.com <adrermail@gmail.com>
This commit is contained in:
co-authored by
adrermail@gmail.com <adrermail@gmail.com>
parent
ac0c45d73a
commit
1bf1313375
@@ -90,7 +90,7 @@ emp_act
|
||||
if(user.a_intent != INTENT_HELP)
|
||||
return
|
||||
if(!I.tool_use_check(user, 1))
|
||||
return
|
||||
return TRUE
|
||||
var/obj/item/organ/external/S = bodyparts_by_name[user.zone_selected]
|
||||
if(!S)
|
||||
if(ismachineperson(src))
|
||||
|
||||
Reference in New Issue
Block a user