mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 23:17:02 +01:00
SSticker
This commit is contained in:
@@ -300,9 +300,9 @@ var/global/list/lawlorify = list (
|
||||
to_chat(world, "<font size=5><span class='danger'>SLOTH, WRATH, GLUTTONY, ACEDIA, ENVY, GREED, PRIDE! FIRES OF HELL AWAKEN!!</span></font>")
|
||||
world << 'sound/hallucinations/veryfar_noise.ogg'
|
||||
sleep(50)
|
||||
if(!ticker.mode.devil_ascended)
|
||||
if(!SSticker.mode.devil_ascended)
|
||||
SSshuttle.emergency.request(null, 0.3)
|
||||
ticker.mode.devil_ascended++
|
||||
SSticker.mode.devil_ascended++
|
||||
|
||||
/datum/devilinfo/proc/increase_arch_devil()
|
||||
if(!ascendable)
|
||||
|
||||
@@ -68,7 +68,7 @@
|
||||
explanation_text = "Ensure at least [target_amount] mortals are sintouched."
|
||||
|
||||
/datum/objective/devil/sintouch/check_completion()
|
||||
return target_amount <= ticker.mode.sintouched.len
|
||||
return target_amount <= SSticker.mode.sintouched.len
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user