mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Merge pull request #38287 from ninjanomnom/signal-define
Use a define to speed up sending signals to datums with no signals
This commit is contained in:
committed by
yogstation13-bot
parent
18aad7f5b5
commit
10e0fa2560
@@ -23,7 +23,7 @@
|
||||
if (l_color != NONSENSICAL_VALUE)
|
||||
light_color = l_color
|
||||
|
||||
SendSignal(COMSIG_ATOM_SET_LIGHT, l_range, l_power, l_color)
|
||||
SEND_SIGNAL(src, COMSIG_ATOM_SET_LIGHT, l_range, l_power, l_color)
|
||||
|
||||
update_light()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user