mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-13 09:05:11 +01:00
Removes remaining references to the flagellant robes (#96219)
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
/// Some defines for items the daemon forge can create.
|
||||
#define NARSIE_ARMOR "Nar'Sien Hardened Armor"
|
||||
#define FLAGELLANT_ARMOR "Flagellant's Robe"
|
||||
#define ELDRITCH_SWORD "Eldritch Longsword"
|
||||
#define CURSED_BLADE "Cursed Ritual Blade"
|
||||
|
||||
@@ -8,7 +7,7 @@
|
||||
/obj/structure/destructible/cult/item_dispenser/forge
|
||||
name = "daemon forge"
|
||||
desc = "A forge used in crafting the unholy weapons used by the armies of Nar'Sie."
|
||||
cult_examine_tip = "Can be used to create Nar'Sien hardened armor, flagellant's robes, and eldritch longswords."
|
||||
cult_examine_tip = "Can be used to create Nar'Sien hardened armor and eldritch longswords."
|
||||
icon_state = "forge"
|
||||
light_range = 2
|
||||
light_color = LIGHT_COLOR_LAVA
|
||||
@@ -56,6 +55,5 @@
|
||||
debris = list()
|
||||
|
||||
#undef NARSIE_ARMOR
|
||||
#undef FLAGELLANT_ARMOR
|
||||
#undef ELDRITCH_SWORD
|
||||
#undef CURSED_BLADE
|
||||
|
||||
Reference in New Issue
Block a user