Golem ship remap and equipment tweaking. (#29294)

This commit is contained in:
warriorstar-orion
2025-05-17 09:18:47 -04:00
committed by GitHub
parent 5cec6a1cdd
commit 1ace49ec1a
15 changed files with 1068 additions and 815 deletions
-17
View File
@@ -69,23 +69,6 @@
if(..())
qdel(src)
//free golem blueprints, like permit but can claim as much as needed
/obj/item/areaeditor/golem
name = "Golem Land Claim"
desc = "Used to define new areas in space."
fluffnotice = "Praise the Liberator!"
/obj/item/areaeditor/golem/attack_self__legacy__attackchain(mob/user)
. = ..()
var/area/our_area = get_area(src)
if(get_area_type() == AREA_STATION)
. += "<p>According to [src], you are now in <b>\"[sanitize(our_area.name)]\"</b>.</p>"
var/datum/browser/popup = new(user, "blueprints", "[src]", 700, 500)
popup.set_content(.)
popup.open()
onclose(usr, "blueprints")
//Station blueprints!!!
/obj/item/areaeditor/blueprints
name = "station blueprints"
@@ -618,17 +618,6 @@
new /obj/item/reagent_containers/cooking/bowl(src)
new /obj/item/reagent_containers/cooking/bowl(src)
//crates of gear in the free golem ship
/obj/structure/closet/crate/golemgear/populate_contents()
new /obj/item/storage/backpack/industrial(src)
new /obj/item/shovel(src)
new /obj/item/pickaxe(src)
new /obj/item/t_scanner/adv_mining_scanner/lesser(src)
new /obj/item/storage/bag/ore(src)
new /obj/item/clothing/glasses/meson(src)
new /obj/item/card/id/golem(src)
new /obj/item/flashlight/lantern(src)
#define RECURSION_PANIC_AMOUNT 10
/obj/structure/closet/crate/surplus