mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-22 16:12:19 +00:00
Slime tweak (#8991)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user