Removes remaining references to the flagellant robes (#96219)

This commit is contained in:
1393F
2026-05-27 19:48:00 -04:00
committed by GitHub
parent 34c8730069
commit 223a0d609d
2 changed files with 2 additions and 5 deletions
@@ -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