From 64d4308fe12cb7ca12e9265d48566369c86e41b8 Mon Sep 17 00:00:00 2001 From: Zonespace <41448081+Zonespace27@users.noreply.github.com> Date: Thu, 3 Aug 2023 18:52:44 +0200 Subject: [PATCH] Anchors the yautja carpnade (#4074) # About the pull request Anchors the carpnade found in the yautja ship. # Explain why it's good for the game - Requested by forest - Prevents people abducted onto the pred ship from being dumb with the grenade - Prevents preds from unwittingly handing out the carpnade despite it being expressly prohibited by a senator (see [here](https://discord.com/channels/150315577943130112/207230793423126539/966035290399592468)) # Testing Photographs and Procedure
Screenshots & Videos It's a one tile change
# Changelog :cl: del: You can no longer move the carp nade in the yautja ship /:cl: --------- Co-authored-by: John Doe --- maps/predship/huntership.dmm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/maps/predship/huntership.dmm b/maps/predship/huntership.dmm index 73cdc78084d9..e6fb4adc1c74 100644 --- a/maps/predship/huntership.dmm +++ b/maps/predship/huntership.dmm @@ -2623,7 +2623,10 @@ /obj/structure/surface/table/reinforced/prison{ color = "#6b675e" }, -/obj/item/explosive/grenade/spawnergrenade/spesscarp, +/obj/item/explosive/grenade/spawnergrenade/spesscarp{ + anchored = 1; + desc = "A strange device taken from a far-off land. It looks incredibly fragile, best not to touch it." + }, /turf/open/floor/corsat{ dir = 1; icon_state = "squareswood"