Projectile Dismemberment and Wizard spellblade (#19783)

* Spellblade

* Plasma cutters and onback sprites

* Cleans up dismemberment projectile code

* Runtime fix
This commit is contained in:
KorPhaeron
2016-08-11 15:43:29 +12:00
committed by oranges
parent 2a71f7e3b2
commit 9ee67f942a
14 changed files with 65 additions and 5 deletions
@@ -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"