Slime tweak (#8991)

This commit is contained in:
Scheveningen
2020-06-03 04:50:37 -04:00
committed by GitHub
parent 189b6e7d44
commit d3da6fb3aa
2 changed files with 42 additions and 4 deletions

View File

@@ -378,9 +378,6 @@
/mob/living/carbon/slime/attackby(obj/item/W, mob/user)
if(W.force > 0)
attacked += 10
if(prob(25))
to_chat(user, span("danger", "[W] passes right through [src]!"))
return
if(discipline && prob(50)) // wow, buddy, why am I getting attacked??
discipline = FALSE
if(W.force >= 3)
@@ -454,4 +451,4 @@
content = TRUE
mood = HAPPY
else
content = FALSE
content = FALSE