[MIRROR] April Fools Day replaces the overflow role with Clowns (#6041)
* April Fools Day replaces the overflow role with Clowns (#36533) * Refactors overflow job assignment * Fixes job selection * April Fools Day replaces the overflow role with Clowns
This commit is contained in:
committed by
Poojawa
parent
4ad2b2975a
commit
99487a6bbb
@@ -149,10 +149,11 @@
|
||||
/datum/holiday/april_fools
|
||||
name = APRIL_FOOLS
|
||||
begin_day = 1
|
||||
end_day = 2
|
||||
end_day = 5
|
||||
begin_month = APRIL
|
||||
|
||||
/datum/holiday/april_fools/celebrate()
|
||||
SSjob.overflow_role = "Clown"
|
||||
SSticker.login_music = 'sound/ambience/clown.ogg'
|
||||
for(var/mob/dead/new_player/P in GLOB.mob_list)
|
||||
if(P.client)
|
||||
|
||||
Reference in New Issue
Block a user