Refactors Spell and Martial Art Books to use Action Granters!
This commit is contained in:
committed by
CitadelStationBot
parent
77f40b6be9
commit
2d8b007086
@@ -97,7 +97,7 @@
|
||||
new /obj/item/clothing/suit/hooded/chaplain_hoodie(src)
|
||||
new /obj/item/card/id/syndicate(src)
|
||||
new /obj/item/clothing/shoes/chameleon/noslip(src) //because slipping while being a dark lord sucks
|
||||
new /obj/item/spellbook/oneuse/summonitem(src)
|
||||
new /obj/item/book/granter/spell/summonitem(src)
|
||||
|
||||
if("sniper") //This shit is unique so can't really balance it around tc, also no silencer because getting killed without ANY indicator on what killed you sucks
|
||||
new /obj/item/gun/ballistic/automatic/sniper_rifle(src) // 12 tc
|
||||
@@ -303,8 +303,8 @@
|
||||
new /obj/item/gun/ballistic/revolver/reverse(src)
|
||||
|
||||
/obj/item/storage/box/syndie_kit/mimery/PopulateContents()
|
||||
new /obj/item/spellbook/oneuse/mimery_blockade(src)
|
||||
new /obj/item/spellbook/oneuse/mimery_guns(src)
|
||||
new /obj/item/book/granter/spell/mimery_blockade(src)
|
||||
new /obj/item/book/granter/spell/mimery_guns(src)
|
||||
|
||||
/obj/item/storage/box/syndie_kit/imp_radio/PopulateContents()
|
||||
new /obj/item/implanter/radio/syndicate(src)
|
||||
|
||||
Reference in New Issue
Block a user