mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-11 16:14:08 +01:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user