From 49ccd5b93cadc0b4077790bfdb3aaf27e2457bb4 Mon Sep 17 00:00:00 2001 From: DGamerL <108773801+DGamerL@users.noreply.github.com> Date: Sun, 23 Jul 2023 21:02:41 +0200 Subject: [PATCH] Fixes a weird pixel offset and typo on the beer nuke (#21794) * okay this should work * the not map change * how the fuck did this get in here --- _maps/map_files/MetaStation/MetaStation.dmm | 5 +---- code/modules/reagents/reagent_dispenser.dm | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/_maps/map_files/MetaStation/MetaStation.dmm b/_maps/map_files/MetaStation/MetaStation.dmm index 91b7d600054..8185594e4ac 100644 --- a/_maps/map_files/MetaStation/MetaStation.dmm +++ b/_maps/map_files/MetaStation/MetaStation.dmm @@ -74628,10 +74628,7 @@ /turf/simulated/floor/engine, /area/toxins/xenobiology) "oPK" = ( -/obj/structure/reagent_dispensers/beerkeg/nuke{ - pixel_x = 2; - pixel_y = 6 - }, +/obj/structure/reagent_dispensers/beerkeg/nuke, /obj/structure/table/wood, /obj/structure/cable/yellow{ d1 = 1; diff --git a/code/modules/reagents/reagent_dispenser.dm b/code/modules/reagents/reagent_dispenser.dm index 61e2d065d60..6b408b63851 100644 --- a/code/modules/reagents/reagent_dispenser.dm +++ b/code/modules/reagents/reagent_dispenser.dm @@ -276,7 +276,7 @@ /obj/structure/reagent_dispensers/beerkeg/nuke name = "Nanotrasen-brand nuclear fission explosive" - desc = "One of the more successful achievements of the Nanotrasen Corporate Warfare Division, their nuclear fission explosives are renowned for being cheap\ + desc = "One of the more successful achievements of the Nanotrasen Corporate Warfare Division, their nuclear fission explosives are renowned for being cheap \ to produce and devestatingly effective. Signs explain that though this is just a model, every Nanotrasen station is equipped with one, just in case. \ All Captains carefully guard the disk needed to detonate them - at least, the sign says they do. There seems to be a tap on the back." icon = 'icons/obj/nuclearbomb.dmi'