mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
[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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user