mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Travis Appeasement
This commit is contained in:
@@ -36,5 +36,5 @@
|
|||||||
hit_mobs++
|
hit_mobs++
|
||||||
|
|
||||||
if(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.
|
cleaving = FALSE // We're done now.
|
||||||
@@ -42,7 +42,7 @@
|
|||||||
factory = null
|
factory = null
|
||||||
if(infested)
|
if(infested)
|
||||||
infested.forceMove(get_turf(src))
|
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
|
infested = null
|
||||||
return ..()
|
return ..()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user