mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-15 00:53:23 +01:00
Gives engi/medical borgs an abductor tool upgrade from the exosuit fabricator (#14341)
* Gives engi/med borgs abductor upgrades * Removes unneeded line * Henks and Aquilars suggestion Co-authored-by: Qwertytoforty <qwertytoforty@gmail.com>
This commit is contained in:
@@ -74,7 +74,7 @@
|
||||
var/list/temp_list = modules
|
||||
modules = list()
|
||||
for(var/obj/O in temp_list)
|
||||
if(O)
|
||||
if(!QDELETED(O)) //so items getting deleted don't stay in module list and haunt you
|
||||
modules += O
|
||||
|
||||
/obj/item/robot_module/proc/add_languages(mob/living/silicon/robot/R)
|
||||
|
||||
Reference in New Issue
Block a user