From 635027a425f67d87e97ee62c0ce0a4cd6ecd9a72 Mon Sep 17 00:00:00 2001 From: Unknown Date: Fri, 2 Nov 2018 15:02:57 -0400 Subject: [PATCH] Removes a frontier phaser from the locker --- code/modules/projectiles/guns/energy/nuclear_vr.dm | 2 +- maps/tether/tether_things.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/projectiles/guns/energy/nuclear_vr.dm b/code/modules/projectiles/guns/energy/nuclear_vr.dm index f5e5b2275b1..313fcd37d58 100644 --- a/code/modules/projectiles/guns/energy/nuclear_vr.dm +++ b/code/modules/projectiles/guns/energy/nuclear_vr.dm @@ -11,4 +11,4 @@ icon = 'icons/obj/gun.dmi' //Points it back at the default file so eguns_vr.dmi doesn't need to mirror all the sprites /obj/item/weapon/gun/energy/gun/nuclear - icon = 'icons/obj/gun.dmi' //Points it back at the default file so eguns_vr.dmi doesn't need to mirror all the sprites + icon = 'icons/obj/gun.dmi' //Points it back at the default file so eguns_vr.dmi doesn't need to mirror all the sprites \ No newline at end of file diff --git a/maps/tether/tether_things.dm b/maps/tether/tether_things.dm index 859ef9667ce..e08f5470337 100644 --- a/maps/tether/tether_things.dm +++ b/maps/tether/tether_things.dm @@ -394,7 +394,7 @@ var/global/list/latejoin_tram = list() /obj/structure/closet/secure_closet/guncabinet/excursion/New() ..() - for(var/i = 1 to 4) + for(var/i = 1 to 3) new /obj/item/weapon/gun/energy/frontier/locked(src) for(var/i = 1 to 4) new /obj/item/weapon/gun/energy/frontier/locked/holdout(src)