Merge pull request #15855 from kilkun/master

New Human Species Datum
This commit is contained in:
KorPhaeron
2016-03-08 21:39:46 -06:00
3 changed files with 29 additions and 1 deletions
+1 -1
View File
@@ -130,7 +130,7 @@
name = "magic mirror"
desc = "Turn and face the strange... face."
icon_state = "magic_mirror"
var/list/races_blacklist = list("skeleton")
var/list/races_blacklist = list("skeleton","agent")
var/list/choosable_races = list()
/obj/structure/mirror/magic/New()
@@ -731,3 +731,31 @@ var/global/list/synth_flesh_disguises = list()
return ..()
else
return ..()
/*
SYNDICATE BLACK OPS
*/
//The hardcore return of the failed Deathsquad augmentation project
//Now it's own, wizard-tier, very robust, lone antag
/datum/species/corporate
name = "Corporate Agent"
id = "agent"
hair_alpha = 0
need_nutrition = 0//They don't need to eat
say_mod = "declares"
speedmod = -2//Fast
brutemod = 0.7//Tough against firearms
burnmod = 0.65//Tough against lasers
coldmod = 0
heatmod = 0.5//it's a little tough to burn them to death not as hard though.
punchdamagelow = 20
punchdamagehigh = 30//they are inhumanly strong
punchstunthreshold = 25
attack_verb = "smash"
attack_sound = "sound/weapons/resonator_blast.ogg"
blacklisted = 1
use_skintones = 0
specflags = list(RADIMMUNE,VIRUSIMMUNE,NOBLOOD,PIERCEIMMUNE,EYECOLOR)
sexes = 0
Binary file not shown.

Before

Width:  |  Height:  |  Size: 83 KiB

After

Width:  |  Height:  |  Size: 84 KiB