Implant chair refactor (#19272)

Removes some copypasta
Refactors implant chairs. Adds some fun variations.
This commit is contained in:
AnturK
2016-07-13 02:59:06 +02:00
committed by oranges
parent 71da2aba13
commit 523a2b29fe
18 changed files with 236 additions and 194 deletions

View File

@@ -147,11 +147,7 @@
/datum/game_mode/proc/greet_syndicate(datum/mind/syndicate, you_are=1)
if(you_are)
syndicate.current << "<span class='notice'>You are a [syndicate_name()] agent!</span>"
var/obj_count = 1
for(var/datum/objective/objective in syndicate.objectives)
syndicate.current << "<B>Objective #[obj_count]</B>: [objective.explanation_text]"
obj_count++
return
syndicate.announce_objectives()
/datum/game_mode/proc/equip_syndicate(mob/living/carbon/human/synd_mob, telecrystals = TRUE)
synd_mob.set_species(/datum/species/human) //Plasamen burn up otherwise, and lizards are vulnerable to asimov AIs