qdel replacing del, time for bugs

This commit is contained in:
Sood
2015-12-03 23:42:06 -08:00
parent f7f2783829
commit 3cdf89b675
261 changed files with 659 additions and 679 deletions

View File

@@ -54,7 +54,7 @@
I.fingerprint_hash = C.fingerprint_hash
//I.pin = C.pin
//replace old ID
del(C)
qdel(C)
ok = M.equip_if_possible(I, slot_wear_id, 0) //if 1, last argument deletes on fail
break
testing("Replaced ID!")