mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 04:22:39 +01:00
Fixes the hailstorm gun having the wrong loaders (#18929)
They had grauwolfs instead of franciscas.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
author: Alberyk
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- bugfix: "Fixed the hailstorm having the wrong gun loaders."
|
||||
@@ -3857,13 +3857,13 @@
|
||||
},
|
||||
/area/hailstorm_ship)
|
||||
"Up" = (
|
||||
/obj/machinery/ammunition_loader/grauwolf{
|
||||
weapon_id = "Hailstorm Port Gun"
|
||||
},
|
||||
/obj/structure/window/reinforced{
|
||||
dir = 1;
|
||||
icon_state = "rwindow"
|
||||
},
|
||||
/obj/machinery/ammunition_loader/francisca{
|
||||
weapon_id = "Hailstorm Port Gun"
|
||||
},
|
||||
/turf/simulated/floor/tiled{
|
||||
temperature = 278.15
|
||||
},
|
||||
@@ -3879,7 +3879,7 @@
|
||||
},
|
||||
/area/shuttle/hailstorm_shuttle)
|
||||
"UD" = (
|
||||
/obj/machinery/ammunition_loader/grauwolf{
|
||||
/obj/machinery/ammunition_loader/francisca{
|
||||
weapon_id = "Hailstorm Starboard Gun"
|
||||
},
|
||||
/turf/simulated/floor/tiled{
|
||||
|
||||
Reference in New Issue
Block a user