From 50f124a32f95d3120ba18934b42675cba7fba554 Mon Sep 17 00:00:00 2001 From: nikothedude <59709059+nikothedude@users.noreply.github.com> Date: Mon, 27 Nov 2023 02:18:38 -0500 Subject: [PATCH] Reflavors the vox N2 tank to be oriented towards any crew that don't breathe N2 (#25280) * Adds a period to the vox N2 tank * Update modular_skyrat/modules/customization/game/objects/items/tanks/n2_tanks.dm Co-authored-by: OrionTheFox <76465278+OrionTheFox@users.noreply.github.com> --------- Co-authored-by: OrionTheFox <76465278+OrionTheFox@users.noreply.github.com> --- .../modules/customization/game/objects/items/tanks/n2_tanks.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modular_skyrat/modules/customization/game/objects/items/tanks/n2_tanks.dm b/modular_skyrat/modules/customization/game/objects/items/tanks/n2_tanks.dm index a31e89aaa08..a75f89083ae 100644 --- a/modular_skyrat/modules/customization/game/objects/items/tanks/n2_tanks.dm +++ b/modular_skyrat/modules/customization/game/objects/items/tanks/n2_tanks.dm @@ -4,7 +4,7 @@ /obj/item/tank/internals/nitrogen name = "nitrogen tank" - desc = "A tank of nitrogen. Designed specifically for Vox" + desc = "A small tank of nitrogen, for crew who don't breathe the standard air mix." icon_state = "oxygen_fr" force = 10 distribute_pressure = TANK_DEFAULT_RELEASE_PRESSURE