mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Space ninjas are now a thing that is in the game. Admin spawned only at the moment under fun, usable by host/Game Master. They don't come with any special powers (besides kickass equipment and being a ninja, c'mon) but I'll probably add some later. They are immune to facehuggers.
I've also divided their suit into parts as outlined in some topic I forgot about. When ninjas spawn, they start in a location for space carp (in space). Getting to the station may prove somewhat difficult at this time. Commented out the Voidsuit until it has unique sprites since I changed the ninja suit. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1327 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -153,6 +153,7 @@
|
||||
src.verbs += /client/proc/only_one // muskets
|
||||
src.verbs += /client/proc/space_asshole // --Agouri :3
|
||||
src.verbs += /client/proc/strike_team //N
|
||||
src.verbs += /client/proc/space_ninja //N
|
||||
src.verbs += /client/proc/spawn_xeno //N
|
||||
src.verbs += /proc/possess
|
||||
src.verbs += /proc/release
|
||||
@@ -1132,6 +1133,7 @@
|
||||
src.verbs -= /client/proc/cuban_pete // -- Urist
|
||||
src.verbs -= /client/proc/space_asshole // --Agouri :3
|
||||
src.verbs -= /client/proc/strike_team //N
|
||||
src.verbs -= /client/proc/space_ninja //N
|
||||
src.verbs -= /client/proc/spawn_xeno //N
|
||||
src.verbs -= /proc/possess
|
||||
src.verbs -= /proc/release
|
||||
|
||||
Reference in New Issue
Block a user