maps and some other tweaks

This commit is contained in:
Pinta
2024-02-14 02:18:49 -05:00
parent 1665a160c4
commit 4cc7d40d83
3 changed files with 57 additions and 12 deletions
@@ -89,7 +89,7 @@
return TRUE
/obj/machinery/computer/camera_advanced/abductor/can_use(mob/user)
if(!isabductor(user))
if(!IsScientist(user)) //GAINSTATION EDIT ORIGINAL: if(!isabductor(user))
return FALSE
return ..()