mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-14 01:24:21 +01:00
[SIMI-MODULAR] Replaces Mayhem in a Bottle with Bloodlust in a Bottle. (#5190)
* copy-paste * I will actually always forget this. * is-this-how-code-works * desc-update * sanity-check * nevermindI'msurethisisn'tactuallyneeded * Update modular_skyrat/modules/modular_items/code/game/objects/items/miscellaneous.dm Co-authored-by: Gandalf <jzo123@hotmail.com> * Update modular_skyrat/modules/modular_items/code/game/objects/items/miscellaneous.dm Co-authored-by: Gandalf <jzo123@hotmail.com> Co-authored-by: SpaceVampire <> Co-authored-by: Gandalf <jzo123@hotmail.com>
This commit is contained in:
@@ -1054,7 +1054,7 @@
|
||||
var/loot = rand(1,2)
|
||||
switch(loot)
|
||||
if(1)
|
||||
new /obj/item/mayhem(src)
|
||||
new /obj/item/bloodcrawlbottle(src) //SKYRAT EDIT
|
||||
if(2)
|
||||
new /obj/item/gun/magic/staff/spellblade(src)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user