mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 11:05:03 +01:00
Makes Golems Mine Again (#29154)
This commit is contained in:
@@ -792,7 +792,7 @@
|
||||
name = "Free Golem ID"
|
||||
desc = "A card used to claim mining points and buy gear. Use it to mark it as yours."
|
||||
icon_state = "research"
|
||||
access = list(ACCESS_FREE_GOLEMS, ACCESS_ROBOTICS, ACCESS_CLOWN, ACCESS_MIME, ACCESS_XENOBIOLOGY) //access to robots/mechs
|
||||
access = list(ACCESS_FREE_GOLEMS, ACCESS_ROBOTICS, ACCESS_CLOWN, ACCESS_MIME, ACCESS_XENOBIOLOGY, ACCESS_SMITH) //access to robots/mechs
|
||||
can_id_flash = FALSE //So you do not flash it the first time you use it.
|
||||
var/registered = FALSE
|
||||
|
||||
|
||||
@@ -1219,6 +1219,21 @@
|
||||
/obj/item/storage/box/stockparts
|
||||
display_contents_with_number = TRUE
|
||||
|
||||
/obj/item/storage/box/smithboards
|
||||
name = "the Liberator's fabricator"
|
||||
desc = "A box containing a gift for golems with the will to create."
|
||||
icon_state = "circuit_box"
|
||||
|
||||
/obj/item/storage/box/smithboards/populate_contents()
|
||||
new /obj/item/circuitboard/magma_crucible(src)
|
||||
new /obj/item/circuitboard/casting_basin(src)
|
||||
new /obj/item/circuitboard/casting_basin(src)
|
||||
new /obj/item/circuitboard/power_hammer(src)
|
||||
new /obj/item/circuitboard/lava_furnace(src)
|
||||
new /obj/item/circuitboard/kinetic_assembler(src)
|
||||
new /obj/item/vending_refill/smith(src)
|
||||
new /obj/item/circuitboard/vendor(src)
|
||||
|
||||
/// for ruins where it's a bad idea to give access to an autolathe/protolathe, but still want to make stock parts accessible
|
||||
/obj/item/storage/box/stockparts/basic
|
||||
name = "box of stock parts"
|
||||
|
||||
Reference in New Issue
Block a user