mirror of
https://github.com/cybergirlvannie/OpenSS13.git
synced 2026-07-14 17:23:08 +01:00
Changed grab behaviour, you can choke monkeys.
This commit is contained in:
+1
-1
@@ -338,7 +338,7 @@
|
||||
if (src.state < 2)
|
||||
if (!( src.allow_upgrade ))
|
||||
return
|
||||
if (!(istype(src, /mob/human) || istype(src, /mob/monkey)))
|
||||
if (!(istype(src.affecting, /mob/human) || istype(src.affecting, /mob/monkey)))
|
||||
return
|
||||
if (prob(75))
|
||||
for(var/mob/O in viewers(src.assailant, null))
|
||||
|
||||
Reference in New Issue
Block a user