mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 15:17:01 +01:00
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
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