mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
[MIRROR] View Variables Update (2) (#11149)
Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
d4c88eacdd
commit
76310c6448
5
code/_helpers/datums.dm
Normal file
5
code/_helpers/datums.dm
Normal file
@@ -0,0 +1,5 @@
|
||||
///Check if a datum has not been deleted and is a valid source
|
||||
/proc/is_valid_src(datum/source_datum)
|
||||
if(istype(source_datum))
|
||||
return !QDELETED(source_datum)
|
||||
return FALSE
|
||||
Reference in New Issue
Block a user