mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 16:38:22 +01:00
Punch Small Animals (#10381)
This commit is contained in:
@@ -710,7 +710,11 @@ default behaviour is:
|
||||
spawn() C.mob_breakout(src)
|
||||
|
||||
/mob/living/proc/escape_inventory(obj/item/holder/H)
|
||||
if(H != src.loc) return
|
||||
if(H != src.loc)
|
||||
return
|
||||
if(health < maxHealth * 0.6)
|
||||
to_chat(src, SPAN_WARNING("You're too injured to escape..."))
|
||||
return
|
||||
|
||||
var/mob/M = H.loc //Get our mob holder (if any).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user