mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 09:54:52 +00:00
aaand i forgot some /proc/s
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
else
|
else
|
||||||
user_by_item -= source
|
user_by_item -= source
|
||||||
|
|
||||||
/datum/element/earhealing/do_process()
|
/datum/element/earhealing/proc/do_process()
|
||||||
set waitfor = FALSE
|
set waitfor = FALSE
|
||||||
for(var/i in user_by_item)
|
for(var/i in user_by_item)
|
||||||
var/mob/living/carbon/user = user_by_item[i]
|
var/mob/living/carbon/user = user_by_item[i]
|
||||||
|
|||||||
@@ -58,7 +58,7 @@
|
|||||||
/datum/round_event/portal_storm/announce(fake)
|
/datum/round_event/portal_storm/announce(fake)
|
||||||
do_announce()
|
do_announce()
|
||||||
|
|
||||||
/datum/round_event/portal_storm/do_announce()
|
/datum/round_event/portal_storm/proc/do_announce()
|
||||||
set waitfor = FALSE
|
set waitfor = FALSE
|
||||||
sound_to_playing_players('sound/magic/lightning_chargeup.ogg')
|
sound_to_playing_players('sound/magic/lightning_chargeup.ogg')
|
||||||
sleep(80)
|
sleep(80)
|
||||||
|
|||||||
Reference in New Issue
Block a user