mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 13:38:41 +01:00
Merge branch 'master' of https://github.com/tgstation/-tg-station into Color_washing
# Conflicts: # code/game/gamemodes/clock_cult/clock_scripture.dm # code/game/gamemodes/clock_cult/clock_structures.dm
This commit is contained in:
@@ -129,9 +129,18 @@
|
||||
name = "brass table frame"
|
||||
desc = "Four pieces of brass arranged in a square. It's slightly warm to the touch."
|
||||
icon_state = "brass_frame"
|
||||
resistance_flags = FIRE_PROOF | ACID_PROOF
|
||||
framestack = /obj/item/stack/sheet/brass
|
||||
framestackamount = 1
|
||||
|
||||
/obj/structure/table_frame/brass/New()
|
||||
change_construction_value(1)
|
||||
..()
|
||||
|
||||
/obj/structure/table_frame/brass/Destroy()
|
||||
change_construction_value(-1)
|
||||
return ..()
|
||||
|
||||
/obj/structure/table_frame/brass/attackby(obj/item/I, mob/user, params)
|
||||
if(istype(I, /obj/item/stack/sheet/brass))
|
||||
var/obj/item/stack/sheet/brass/W = I
|
||||
|
||||
Reference in New Issue
Block a user