Travis Appeasement

This commit is contained in:
Neerti
2017-11-29 23:33:25 -05:00
parent af5c633cdb
commit f016f26e66
2 changed files with 2 additions and 2 deletions

View File

@@ -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.

View File

@@ -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 ..()