Re-adds PDA slot

This commit is contained in:
TheDZD
2016-07-21 13:04:02 -04:00
parent 212ba735ad
commit 7fa74a1d1e
27 changed files with 138 additions and 82 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ var/global/list/obj/item/device/pda/PDAs = list()
icon_state = "pda"
item_state = "electronic"
w_class = 1
slot_flags = SLOT_ID | SLOT_BELT
slot_flags = SLOT_ID | SLOT_BELT | SLOT_PDA
//Main variables
var/owner = null