mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-29 16:19:36 +01:00
Merge pull request #5231 from CHOMPStation2/upstream-merge-14033
[MIRROR] Axes the axes
This commit is contained in:
@@ -12,10 +12,13 @@
|
||||
var/hitstaken = 0
|
||||
var/locked = 1
|
||||
var/smashed = 0
|
||||
var/starts_with_axe = TRUE
|
||||
|
||||
/obj/structure/fireaxecabinet/Initialize()
|
||||
. = ..()
|
||||
fireaxe = new /obj/item/weapon/material/twohanded/fireaxe()
|
||||
if(starts_with_axe)
|
||||
fireaxe = new /obj/item/weapon/material/twohanded/fireaxe()
|
||||
update_icon()
|
||||
|
||||
/obj/structure/fireaxecabinet/attackby(var/obj/item/O as obj, var/mob/user as mob) //Marker -Agouri
|
||||
//..() //That's very useful, Erro
|
||||
@@ -184,3 +187,7 @@
|
||||
if(fireaxe)
|
||||
hasaxe = 1
|
||||
icon_state = text("fireaxe[][][][]",hasaxe,open,hitstaken,smashed)
|
||||
|
||||
|
||||
/obj/structure/fireaxecabinet/empty
|
||||
starts_with_axe = FALSE
|
||||
|
||||
@@ -492,9 +492,6 @@ lel
|
||||
"bq" = (
|
||||
/obj/machinery/vending/wardrobe/atmosdrobe,
|
||||
/obj/machinery/atmospherics/unary/vent_pump/on,
|
||||
/obj/structure/sign/scenery/fakefireaxe{
|
||||
pixel_y = 32
|
||||
},
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/groundbase/engineering/atmos/monitoring)
|
||||
"br" = (
|
||||
|
||||
@@ -7,9 +7,6 @@ lol
|
||||
/area/groundbase/exploration/equipment)
|
||||
"ab" = (
|
||||
/obj/machinery/suit_cycler/medical,
|
||||
/obj/structure/sign/scenery/fakefireaxe{
|
||||
pixel_y = 32
|
||||
},
|
||||
/turf/simulated/floor/tiled/white,
|
||||
/area/groundbase/medical/paramedic)
|
||||
"ak" = (
|
||||
|
||||
@@ -19485,9 +19485,6 @@
|
||||
/area/security/detectives_office)
|
||||
"Pz" = (
|
||||
/obj/structure/table/bench/marble,
|
||||
/obj/structure/fireaxecabinet{
|
||||
pixel_y = -32
|
||||
},
|
||||
/obj/effect/landmark/start/paramedic,
|
||||
/turf/simulated/floor/tiled/eris/white/bluecorner,
|
||||
/area/stellardelight/deck1/paramedic)
|
||||
|
||||
@@ -1743,9 +1743,6 @@
|
||||
/obj/machinery/camera/network/engineering{
|
||||
dir = 4
|
||||
},
|
||||
/obj/structure/sign/scenery/fakefireaxe{
|
||||
pixel_x = -32
|
||||
},
|
||||
/turf/simulated/floor/tiled/techfloor,
|
||||
/area/engineering/atmos/monitoring)
|
||||
"dU" = (
|
||||
@@ -18490,9 +18487,6 @@
|
||||
/obj/structure/flora/pottedplant/smallcactus{
|
||||
pixel_y = 14
|
||||
},
|
||||
/obj/structure/fireaxecabinet{
|
||||
pixel_y = 28
|
||||
},
|
||||
/turf/simulated/floor/wood,
|
||||
/area/stellardelight/deck2/briefingroom)
|
||||
"Pm" = (
|
||||
|
||||
@@ -6733,9 +6733,6 @@
|
||||
/area/tether/surfacebase/outside/outside3)
|
||||
"ajH" = (
|
||||
/obj/machinery/computer/secure_data,
|
||||
/obj/structure/fireaxecabinet{
|
||||
pixel_y = 30
|
||||
},
|
||||
/turf/simulated/floor/tiled/dark,
|
||||
/area/bridge)
|
||||
"ajI" = (
|
||||
|
||||
Reference in New Issue
Block a user