mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 12:37:26 +01:00
Moves many uses of log_to_dd to log_runtime, to make the output
more visible at runtime, to someone who isn't watching DD first-hand
This commit is contained in:
@@ -244,7 +244,7 @@
|
||||
|
||||
/datum/nano_module/appearance_changer/proc/can_change_head_accessory()
|
||||
if(!head_organ)
|
||||
log_runtime(EXCEPTION("Missing head!"), src)
|
||||
log_runtime(EXCEPTION("Missing head!"), owner)
|
||||
return 0
|
||||
return owner && (flags & APPEARANCE_HEAD_ACCESSORY) && (head_organ.species.bodyflags & HAS_HEAD_ACCESSORY)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user