mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
Travis Appeasement
This commit is contained in:
@@ -36,5 +36,5 @@
|
||||
hit_mobs++
|
||||
|
||||
if(hit_mobs)
|
||||
to_chat(user, "<span class='danger'>You used \the [src] to attack [hit_mobs] other thing\s!<span>")
|
||||
to_chat(user, "<span class='danger'>You used \the [src] to attack [hit_mobs] other thing\s!</span>")
|
||||
cleaving = FALSE // We're done now.
|
||||
@@ -42,7 +42,7 @@
|
||||
factory = null
|
||||
if(infested)
|
||||
infested.forceMove(get_turf(src))
|
||||
visible_message("<span class='warning'>\The [infested] falls to the ground as the blob spore bursts.<span>")
|
||||
visible_message("<span class='warning'>\The [infested] falls to the ground as the blob spore bursts.</span>")
|
||||
infested = null
|
||||
return ..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user