From 80a67b31aa9fa8cef86479b4d584b47ea41447b3 Mon Sep 17 00:00:00 2001 From: Tigercat2000 Date: Wed, 8 Apr 2015 13:22:06 +0200 Subject: [PATCH 1/2] Make alien nests inform people that their efforts will actually work, for consistancy with EVERY OTHER BED. --- .../game/objects/structures/stool_bed_chair_nest/alien_nests.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/structures/stool_bed_chair_nest/alien_nests.dm b/code/game/objects/structures/stool_bed_chair_nest/alien_nests.dm index 914f8847ec0..cd200468d95 100644 --- a/code/game/objects/structures/stool_bed_chair_nest/alien_nests.dm +++ b/code/game/objects/structures/stool_bed_chair_nest/alien_nests.dm @@ -23,7 +23,7 @@ return buckled_mob.visible_message(\ "[buckled_mob.name] struggles to break free of the gelatinous resin...",\ - "You struggle to break free from the gelatinous resin...",\ + "You struggle to break free from the gelatinous resin... (Stay still for two minutes.)",\ "You hear squelching...") spawn(NEST_RESIST_TIME) if(user && buckled_mob && user.buckled == src) From 5100bf407ac9d7dd4b44c2a47b7cae6971181c09 Mon Sep 17 00:00:00 2001 From: Tigercat2000 Date: Wed, 8 Apr 2015 15:14:19 -0700 Subject: [PATCH 2/2] Consistancy with handcuffs --- .../game/objects/structures/stool_bed_chair_nest/alien_nests.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/structures/stool_bed_chair_nest/alien_nests.dm b/code/game/objects/structures/stool_bed_chair_nest/alien_nests.dm index cd200468d95..6551676fea1 100644 --- a/code/game/objects/structures/stool_bed_chair_nest/alien_nests.dm +++ b/code/game/objects/structures/stool_bed_chair_nest/alien_nests.dm @@ -23,7 +23,7 @@ return buckled_mob.visible_message(\ "[buckled_mob.name] struggles to break free of the gelatinous resin...",\ - "You struggle to break free from the gelatinous resin... (Stay still for two minutes.)",\ + "You struggle to break free from the gelatinous resin... (This will take around 2 minutes and you need to stay still)",\ "You hear squelching...") spawn(NEST_RESIST_TIME) if(user && buckled_mob && user.buckled == src)