mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
Magic Survivalists can have spellbooks count if they did not use them (#41610)
cl tweak: spellbooks now count towards the survivalist objective if they were not used. /cl fixes #40857 It feels like shit if you don't know spellbooks don't count and you just lose out of nowhere. It also doesn't make sense for them to count if they still have magic powers.
This commit is contained in:
@@ -83,7 +83,7 @@ GLOBAL_LIST_INIT(summoned_special_magic, list(
|
||||
/obj/item/necromantic_stone,
|
||||
/obj/item/blood_contract))
|
||||
|
||||
//everything above except for single use spellbooks, because those are for basic bitches
|
||||
//everything above except for single use spellbooks, because they are counted separately (and are for basic bitches anyways)
|
||||
GLOBAL_LIST_INIT(summoned_magic_objectives, list(
|
||||
/obj/item/antag_spawner/contract,
|
||||
/obj/item/blood_contract,
|
||||
|
||||
Reference in New Issue
Block a user