mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 07:33:34 +01:00
#Fixed swat armor from previous commit, oops.
#Added effects and sounds to ninja powers. #Energy blade will no longer cut through r-walls. Regular walls take seven seconds to cut through. #Added a bare-bones startup and power-down system to the ninja suit (and accessories). It will need to initialize before granting powers. It should be very possible to give anyone the suit and turn them into a space ninja. Just make sure to edit their special_role to "Space Ninja" #This also means that ninja items are now removable before they are initialized (or after de-initializing). Suit and mask are still not examinable due to a mysterious bug with obj verbs. #fixed a few misc bugs. #Updated turrets a tad. You can now destroy them by bashing them with stuff when they pop out. If someone feels up to it, death commandos need a cool helmet to go with their new suits. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1437 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
emote("deathgasp") //let the world KNOW WE ARE DEAD
|
||||
|
||||
//For ninjas exploding when they die./N
|
||||
if (src.mind&&src.mind.special_role == "Space Ninja")
|
||||
if (istype(src.wear_suit, /obj/item/clothing/suit/space/space_ninja)&&src.wear_suit:initialize)
|
||||
var/location = src.loc
|
||||
explosion(location, 1, 2, 3, 4)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user