mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-21 03:51:49 +01:00
[MDB Ignore] [IDB Ignore] Kills off /obj/item/device (#21774)
This has zero reason to exist in our code base. We have no procs or variables tied to this. I removed it to make future modifications cleaner. --------- Signed-off-by: Cody Brittain <1779662+Generalcamo@users.noreply.github.com>
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
return
|
||||
found = TRUE
|
||||
tesla_link = H
|
||||
else if(istype(H, /obj/item/device/paicard))
|
||||
else if(istype(H, /obj/item/paicard))
|
||||
if(personal_ai)
|
||||
to_chat(user, SPAN_WARNING("\The [src]'s personal AI slot is already occupied by \the [personal_ai]."))
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user