mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-14 09:35:30 +01:00
CRITICAL BUGFIX for Magic Mania $1.75
>department revolt event >no potential for the rng to roll "cargonia" important bugfix merge asap
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
jobs_to_revolt = list("Bartender", "Chef", "Botanist", "Clown", "Mime", "Janitor", "Chaplain")
|
||||
nation = pick("Honka", "Boozo", "Fatu", "Danka")
|
||||
|
||||
nation += pick("stan", "topia", "land")
|
||||
nation += pick("stan", "topia", "land", "nia")
|
||||
|
||||
for(var/mob/living/carbon/human/H in mob_list)
|
||||
if(H.mind)
|
||||
@@ -50,4 +50,4 @@
|
||||
var/message
|
||||
for(var/job in jobs_to_revolt)
|
||||
message += "[job],"
|
||||
message_admins("The nation of [nation] has been formed. Affected jobs are [message]")
|
||||
message_admins("The nation of [nation] has been formed. Affected jobs are [message]")
|
||||
|
||||
Reference in New Issue
Block a user