VERY Minor Map Fixes, Bug Fixes

The plating in the maintenance bar now has the correct icon when given
tiles.

Borgs can no longer add their modules to carts.

The hand teleporter now recharges properly again.
This commit is contained in:
SamCroswell
2014-12-05 19:08:36 -05:00
parent 6b3c1454a1
commit 2d1f82f94e
4 changed files with 115 additions and 106 deletions
+3
View File
@@ -31,6 +31,9 @@
/obj/effect/portal/Destroy()
portals -= src
if(istype(creator, /obj/item/weapon/hand_tele))
var/obj/item/weapon/hand_tele/O = creator
O.active_portals--
return ..()
/obj/effect/portal/proc/teleport(atom/movable/M as mob|obj)