Merge pull request #196 from SkyMarshal/master

PDAs can now fit in all belts
This commit is contained in:
Albert Iordache
2012-01-02 09:04:45 -08:00
+3 -1
View File
@@ -64,7 +64,8 @@
"/obj/item/device/flashlight",
"/obj/item/weapon/cable_coil",
"/obj/item/device/t_scanner",
"/obj/item/device/analyzer")
"/obj/item/device/analyzer",
"/obj/item/device/pda")
/obj/item/weapon/storage/belt/utility/full/New()
@@ -97,6 +98,7 @@
"/obj/item/weapon/storage/pill_bottle",
"/obj/item/stack/medical",
"/obj/item/device/flashlight/pen"
"/obj/item/device/pda",
)