mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
[MIRROR] DCS Update + Footstep element (#10125)
Co-authored-by: Guti <32563288+TheCaramelion@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
4dab3b582f
commit
4524b7b325
@@ -99,7 +99,6 @@
|
||||
/proc/cmp_stored_item_name(datum/stored_item/A, datum/stored_item/B)
|
||||
return sorttext(B.item_name, A.item_name)
|
||||
|
||||
// CHOMPEdit Start - More text compares
|
||||
/proc/cmp_embed_text_asc(a,b)
|
||||
if(isdatum(a))
|
||||
a = REF(a)
|
||||
@@ -113,4 +112,3 @@
|
||||
if(isdatum(b))
|
||||
b = REF(b)
|
||||
return sorttext("[a]", "[b]")
|
||||
// CHOMPEdit End
|
||||
|
||||
Reference in New Issue
Block a user