[SEMI-MODULAR] Adding back some stuffs that got removed during spell refactor (#14857)

* added two spells, a potion and a curator box back

* added ronin in dme

* updated with reviews

* updated with review
This commit is contained in:
SarmentiCampbell
2022-07-30 21:09:33 -04:00
committed by GitHub
parent 63c53c2543
commit 4db4257f94
7 changed files with 92 additions and 1 deletions
@@ -113,7 +113,7 @@
var/loot = rand(1,2)
switch(loot)
if(1)
new /obj/item/mayhem(src)
new /obj/item/bloodcrawl_bottle(src) //SKYRAT EDIT ORIGINAL : new /obj/item/mayhem(src)
if(2)
new /obj/item/soulscythe(src)