mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
@@ -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 |
Reference in New Issue
Block a user