mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 02:16:05 +00:00
Fixed being able to use Cult 3.0 runes that you shouldn't already have access to (#20738)
* limit act * nullrod * gne * aaaaaa
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
var/health = 50
|
||||
var/tmp/busy = 0
|
||||
var/list/valid_types = list(/obj/item/weapon/book, \
|
||||
/obj/item/weapon/tome, \
|
||||
/obj/item/weapon/tome_legacy, \
|
||||
/obj/item/weapon/spellbook, \
|
||||
/obj/item/weapon/storage/bible)
|
||||
|
||||
Reference in New Issue
Block a user