mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-09 16:05:07 +00:00
[MIRROR] Mime Fan vs Clown Enjoyer [MDB IGNORE] (#8567)
* Mime Fan vs Clown Enjoyer (#61818) Changes the flavor of the clown fan quirk to something more appropriate * Mime Fan vs Clown Enjoyer * Update maint_loot_common.dm Co-authored-by: Hulkamania <39933245+JetBrody@users.noreply.github.com> Co-authored-by: Gandalf <jzo123@hotmail.com>
This commit is contained in:
@@ -118,7 +118,7 @@
|
||||
/datum/brain_trauma/special/obsessed/proc/find_obsession()
|
||||
var/list/viable_minds = list() //The first list, which excludes hijinks
|
||||
var/list/possible_targets = list() //The second list, which filters out silicons and simplemobs
|
||||
var/static/list/trait_obsessions = list("Mime" = TRAIT_FAN_MIME, "Clown" = TRAIT_FAN_CLOWN, "Chaplain" = TRAIT_SPIRITUAL) //Jobs and their corresponding quirks
|
||||
var/static/list/trait_obsessions = list("Mime" = TRAIT_MIME_FAN, "Clown" = TRAIT_CLOWN_ENJOYER, "Chaplain" = TRAIT_SPIRITUAL) //Jobs and their corresponding quirks
|
||||
var/list/special_pool = list() //The special list, for quirk-based
|
||||
var/chosen_victim //The obsession target
|
||||
|
||||
|
||||
Reference in New Issue
Block a user