mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
Projectile Dismemberment and Wizard spellblade (#19783)
* Spellblade * Plasma cutters and onback sprites * Cleans up dismemberment projectile code * Runtime fix
This commit is contained in:
@@ -674,7 +674,7 @@
|
||||
|
||||
/obj/structure/closet/crate/necropolis/bubblegum/New()
|
||||
..()
|
||||
var/loot = rand(1,3)
|
||||
var/loot = rand(1,4)
|
||||
switch(loot)
|
||||
if(1)
|
||||
new /obj/item/weapon/antag_spawner/slaughter_demon(src)
|
||||
@@ -682,6 +682,8 @@
|
||||
new /obj/item/mayhem(src)
|
||||
if(3)
|
||||
new /obj/item/blood_contract(src)
|
||||
if(4)
|
||||
new /obj/item/weapon/gun/magic/staff/spellblade(src)
|
||||
|
||||
/obj/item/blood_contract
|
||||
name = "blood contract"
|
||||
|
||||
Reference in New Issue
Block a user