mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
[MIRROR] Adds spaces around logical operators [MDB IGNORE] (#18776)
* Adds spaces around logical operators * Update code/modules/admin/verbs/admingame.dm Co-authored-by: Jeremiah <42397676+jlsnow301@users.noreply.github.com> Co-authored-by: Tom <8881105+tf-4@users.noreply.github.com>
This commit is contained in:
co-authored by
Jeremiah
Tom
parent
b2e7e489cb
commit
c5ca08fd01
@@ -30,7 +30,7 @@
|
||||
return . | SPELL_CANCEL_CAST
|
||||
|
||||
to_send = tgui_input_text(cast_on, "What would you like to tell your other self?", "Commune")
|
||||
if(QDELETED(src) || QDELETED(trauma)|| QDELETED(cast_on) || QDELETED(trauma.owner) || !can_cast_spell())
|
||||
if(QDELETED(src) || QDELETED(trauma) || QDELETED(cast_on) || QDELETED(trauma.owner) || !can_cast_spell())
|
||||
return . | SPELL_CANCEL_CAST
|
||||
if(!to_send)
|
||||
reset_cooldown()
|
||||
|
||||
Reference in New Issue
Block a user