Merge pull request #11158 from Fox-McCloud/delayed-gibbing

Makes Delayed Gibbing a Proc
This commit is contained in:
variableundefined
2019-04-01 23:07:17 +08:00
committed by GitHub
5 changed files with 13 additions and 16 deletions
+1 -1
View File
@@ -34,7 +34,7 @@
if(5)
to_chat(affected_mob, "<span class='danger'>Your body feels as if it's trying to rip itself open...</span>")
if(prob(50))
affected_mob.gib()
affected_mob.delayed_gib()
else
return