mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-08 16:31:55 +00: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).
|
||||
|
||||
|
||||
6
html/changelogs/geeves-begone_nymph.yml
Normal file
6
html/changelogs/geeves-begone_nymph.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
author: Geeves
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- tweak: "Small animals and nymphs can no longer wriggle out of bags or your hand when below 60% HP."
|
||||
Reference in New Issue
Block a user