mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-16 21:22:40 +00:00
TG: (Might very possibly be broken. Didn't port most of the stuff due to it having been rewritten. - Erthilo)
Adds BS12 dismemberment. Not all features of it are implemented yet, but it should be equal to our previous system. Adds greater changeling code, but doesn't change the genome count yet on it. Renames registered to registered_name on IDs because bs12 had it and it seemed like a good idea to do last night. For some reason. Adds an afterattack to mobs that can be used. (In fairness, lots of shit in attack_hand should be in there instead, like stungloves and stuff, to minimize duplicated code) Revision: r3537 Author: VivianFoxfoot
This commit is contained in:
@@ -972,6 +972,10 @@ var/global/datum/tension/tension_master
|
||||
//del(spawn_location) // Commenting this out for multiple commando teams.
|
||||
return new_syndicate_commando
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/proc/create_borg_death_commando(obj/spawn_location, name)
|
||||
|
||||
var/mob/living/silicon/robot/new_borg_deathsquad = new(spawn_location.loc, 1)
|
||||
|
||||
Reference in New Issue
Block a user