mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
[MIRROR] Removes bepis Techweb and reworks tech disks in general [MDB IGNORE] (#20102)
* Removes bepis Techweb and reworks tech disks in general * e Co-Authored-By: san7890 <the@san7890.com> * e * it will be done --------- Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com> Co-authored-by: Gandalf <9026500+Gandalf2k15@users.noreply.github.com> Co-authored-by: san7890 <the@san7890.com> Co-authored-by: Paxilmaniac <paxilmaniac@gmail.com>
This commit is contained in:
co-authored by
san7890
John Willard
Gandalf
Paxilmaniac
parent
5af1238201
commit
9faf2a16ec
@@ -1,15 +1,13 @@
|
||||
//If you're looking for spawners like ash walker eggs, check ghost_role_spawners.dm
|
||||
|
||||
///Wizard tower item
|
||||
/obj/item/disk/design_disk/adv/knight_gear
|
||||
/obj/item/disk/design_disk/knight_gear
|
||||
name = "Magic Disk of Smithing"
|
||||
|
||||
/obj/item/disk/design_disk/adv/knight_gear/Initialize(mapload)
|
||||
/obj/item/disk/design_disk/knight_gear/Initialize(mapload)
|
||||
. = ..()
|
||||
var/datum/design/knight_armour/A = new
|
||||
var/datum/design/knight_helmet/H = new
|
||||
blueprints[1] = A
|
||||
blueprints[2] = H
|
||||
blueprints += new /datum/design/knight_armour
|
||||
blueprints += new /datum/design/knight_helmet
|
||||
|
||||
//Free Golems
|
||||
|
||||
@@ -17,12 +15,10 @@
|
||||
name = "Golem Creation Disk"
|
||||
desc = "A gift from the Liberator."
|
||||
icon_state = "datadisk1"
|
||||
max_blueprints = 1
|
||||
|
||||
/obj/item/disk/design_disk/golem_shell/Initialize(mapload)
|
||||
. = ..()
|
||||
var/datum/design/golem_shell/G = new
|
||||
blueprints[1] = G
|
||||
blueprints += new /datum/design/golem_shell
|
||||
|
||||
/datum/design/golem_shell
|
||||
name = "Golem Shell Construction"
|
||||
|
||||
@@ -1,13 +1,12 @@
|
||||
/////////// cleric's den items.
|
||||
|
||||
//Primary reward: the cleric's mace design disk.
|
||||
/obj/item/disk/design_disk/adv/cleric_mace
|
||||
/obj/item/disk/design_disk/cleric_mace
|
||||
name = "Enshrined Disc of Smiting"
|
||||
|
||||
/obj/item/disk/design_disk/adv/cleric_mace/Initialize(mapload)
|
||||
/obj/item/disk/design_disk/cleric_mace/Initialize(mapload)
|
||||
. = ..()
|
||||
var/datum/design/cleric_mace/M = new
|
||||
blueprints[1] = M
|
||||
blueprints += new /datum/design/cleric_mace
|
||||
|
||||
/obj/item/paper/fluff/ruins/clericsden/contact
|
||||
default_raw_text = "Father Aurellion, the ritual is complete, and soon our brothers at the bastion will see the error of our ways. After all, a god of clockwork or blood? Preposterous. Only the TRUE GOD should have so much power. Signed, Father Odivallus."
|
||||
|
||||
Reference in New Issue
Block a user