mirror of
https://github.com/KabKebab/GS13.git
synced 2026-02-09 15:17:41 +00:00
im tired and forgot to do work
This commit is contained in:
@@ -118,3 +118,7 @@
|
||||
description = "<span class='nicegreen'>I love headpats so much!</span>\n"
|
||||
mood_change = 3
|
||||
timeout = 2 MINUTES
|
||||
|
||||
/datum/mood_event/radiant
|
||||
description = "<span class='nicegreen'>I have seen the light of The Phoenix; I cannot be stopped.</span>\n"
|
||||
mood_change = 12
|
||||
|
||||
8
code/modules/antagonists/radiant/radiant.dm
Normal file
8
code/modules/antagonists/radiant/radiant.dm
Normal file
@@ -0,0 +1,8 @@
|
||||
/datum/antagonist/radiant
|
||||
name = "Radiant"
|
||||
roundend_category = "The Radiant"
|
||||
show_in_roundend = TRUE
|
||||
antagpanel_category = "Radiant"
|
||||
JOB_RANK = ROLE_RADIANT
|
||||
antag_moodlet = /datum/mood_event/radiant
|
||||
can_coexist_with_others = FALSE
|
||||
Reference in New Issue
Block a user