mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-15 20:52:41 +00:00
Revert and fix for e-nets.
This commit is contained in:
@@ -1377,8 +1377,6 @@ It is possible to destroy the net by the occupant or someone else.
|
|||||||
playsound(M.loc, 'sound/effects/sparks2.ogg', 50, 1)
|
playsound(M.loc, 'sound/effects/sparks2.ogg', 50, 1)
|
||||||
anim(M.loc,M,'icons/mob/mob.dmi',,"phasein",,M.dir)
|
anim(M.loc,M,'icons/mob/mob.dmi',,"phasein",,M.dir)
|
||||||
del(src)//Wait for everything to finish, delete the net. Else it will stop everything once net is deleted, including the spawn(0).
|
del(src)//Wait for everything to finish, delete the net. Else it will stop everything once net is deleted, including the spawn(0).
|
||||||
else
|
|
||||||
M.loc = null
|
|
||||||
|
|
||||||
M << "\red You appear in a strange place!"
|
M << "\red You appear in a strange place!"
|
||||||
|
|
||||||
|
|||||||
@@ -671,7 +671,7 @@ As such, it's hard-coded for now. No reason for it not to be, really.
|
|||||||
verbs += /obj/item/clothing/suit/space/space_ninja/proc/ninjapulse
|
verbs += /obj/item/clothing/suit/space/space_ninja/proc/ninjapulse
|
||||||
verbs += /obj/item/clothing/suit/space/space_ninja/proc/ninjablade
|
verbs += /obj/item/clothing/suit/space/space_ninja/proc/ninjablade
|
||||||
verbs += /obj/item/clothing/suit/space/space_ninja/proc/ninjastar
|
verbs += /obj/item/clothing/suit/space/space_ninja/proc/ninjastar
|
||||||
//verbs += /obj/item/clothing/suit/space/space_ninja/proc/ninjanet
|
verbs += /obj/item/clothing/suit/space/space_ninja/proc/ninjanet
|
||||||
|
|
||||||
s_initialized=1
|
s_initialized=1
|
||||||
slowdown=0
|
slowdown=0
|
||||||
|
|||||||
Reference in New Issue
Block a user