Merge pull request #1783 from Citadel-Station-13/upstream-merge-28644

[MIRROR] Ninja Dash
This commit is contained in:
LetterJay
2017-06-26 10:09:16 -05:00
committed by GitHub
8 changed files with 86 additions and 35 deletions

View File

@@ -29,7 +29,7 @@
qdel(H.gloves)
var/obj/item/clothing/suit/space/space_ninja/theSuit = new(H)
var/obj/item/weapon/katana/energy/EK = new(H)
var/obj/item/weapon/dash/energy_katana/EK = new(H)
theSuit.energyKatana = EK
H.equip_to_slot_or_del(new /obj/item/device/radio/headset(H), slot_ears)