mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
[MIRROR] Faction defines [MDB IGNORE] (#19590)
* Faction defines * fixes --------- Co-authored-by: Profakos <profakos@gmail.com> Co-authored-by: Gandalf <9026500+Gandalf2k15@users.noreply.github.com>
This commit is contained in:
co-authored by
Profakos
Gandalf
parent
7f31d138c4
commit
4cd00f275a
@@ -36,7 +36,7 @@
|
||||
desc = "A small sleeper typically used to make long distance travel a bit more bearable."
|
||||
icon = 'icons/obj/machines/sleeper.dmi'
|
||||
icon_state = "sleeper"
|
||||
faction = list("russian")
|
||||
faction = list(FACTION_RUSSIAN)
|
||||
prompt_name = "a russian"
|
||||
you_are_text = "Ay blyat. I am a Space-Russian smuggler!"
|
||||
flavour_text = "We were mid-flight when our cargo was beamed off our ship! Must be on station somewhere? \
|
||||
|
||||
@@ -59,7 +59,7 @@
|
||||
you_are_text = "You are a spider."
|
||||
flavour_text = "For the hive! Choose a spider and fulfill your role to take over the station... if that is within your directives, of course."
|
||||
important_text = "Follow your directives at all costs."
|
||||
faction = list("spider")
|
||||
faction = list(FACTION_SPIDER)
|
||||
spawner_job_path = /datum/job/spider
|
||||
role_ban = ROLE_ALIEN
|
||||
prompt_ghost = FALSE
|
||||
|
||||
@@ -172,7 +172,7 @@
|
||||
name = "sleeper"
|
||||
icon = 'icons/obj/machines/sleeper.dmi'
|
||||
icon_state = "sleeper"
|
||||
faction = list("nanotrasenprivate")
|
||||
faction = list(FACTION_NANOTRASEN_PRIVATE)
|
||||
prompt_name = "a private security officer"
|
||||
you_are_text = "You are a Nanotrasen Private Security Officer!"
|
||||
flavour_text = "If higher command has an assignment for you, it's best you follow that. Otherwise, death to The Syndicate."
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
prompt_name = "venus human trap"
|
||||
you_are_text = "You are a venus human trap."
|
||||
flavour_text = "You are a venus human trap! Protect the kudzu at all costs, and feast on those who oppose you!"
|
||||
faction = list("hostile","vines","plants")
|
||||
faction = list(FACTION_HOSTILE,FACTION_VINES,FACTION_PLANTS)
|
||||
spawner_job_path = /datum/job/venus_human_trap
|
||||
/// Physical structure housing the spawner
|
||||
var/obj/structure/alien/resin/flower_bud/flower_bud
|
||||
|
||||
Reference in New Issue
Block a user