From f016f26e66f270a0d4a2f9dfc49806ac833b2118 Mon Sep 17 00:00:00 2001 From: Neerti Date: Wed, 29 Nov 2017 23:33:25 -0500 Subject: [PATCH] Travis Appeasement --- code/game/objects/weapons.dm | 2 +- code/modules/blob2/mobs/spore.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/objects/weapons.dm b/code/game/objects/weapons.dm index 34fcc3d0e5..b78f5d4585 100644 --- a/code/game/objects/weapons.dm +++ b/code/game/objects/weapons.dm @@ -36,5 +36,5 @@ hit_mobs++ if(hit_mobs) - to_chat(user, "You used \the [src] to attack [hit_mobs] other thing\s!") + to_chat(user, "You used \the [src] to attack [hit_mobs] other thing\s!") cleaving = FALSE // We're done now. \ No newline at end of file diff --git a/code/modules/blob2/mobs/spore.dm b/code/modules/blob2/mobs/spore.dm index de8d6e2dfb..3e68344c8b 100644 --- a/code/modules/blob2/mobs/spore.dm +++ b/code/modules/blob2/mobs/spore.dm @@ -42,7 +42,7 @@ factory = null if(infested) infested.forceMove(get_turf(src)) - visible_message("\The [infested] falls to the ground as the blob spore bursts.") + visible_message("\The [infested] falls to the ground as the blob spore bursts.") infested = null return ..()