[MIRROR] Removes a useless but very hilarious define and really I just want to show the rest of you that this used to be here [MDB IGNORE] (#8605)

* Removes a useless but very hilarious define and really I just want to show the rest of you that this used to be here (#61866)

Removes SDQL_qdel_datum and please just click files changed okay

* Removes a useless but very hilarious define and really I just want to show the rest of you that this used to be here

Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-10-04 17:00:07 +02:00
committed by GitHub
parent b4d357a3a0
commit e14ecb4ab4
+1 -3
View File
@@ -1,5 +1,3 @@
#define SDQL_qdel_datum(d) qdel(d)
//SDQL2 datumized, /tg/station special!
/*
@@ -694,7 +692,7 @@ GLOBAL_DATUM_INIT(sdql2_vv_statobj, /obj/effect/statclick/sdql2_vv_all, new(null
if("delete")
for(var/datum/d in found)
SDQL_qdel_datum(d)
qdel(d)
obj_count_finished++
SDQL2_TICK_CHECK
SDQL2_HALT_CHECK