Seperated ID and PDA slots

This commit is contained in:
ZomgPonies
2013-11-01 13:28:58 -04:00
parent 4630518535
commit 00b101d7f2
29 changed files with 123 additions and 45 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ var/global/list/obj/item/device/pda/PDAs = list()
item_state = "electronic"
w_class = 1.0
flags = FPRINT | TABLEPASS
slot_flags = SLOT_ID | SLOT_BELT
slot_flags = SLOT_BELT | SLOT_PDA
//Main variables
var/owner = null
+6 -1
View File
@@ -123,4 +123,9 @@
icon_state = "cuff_white"
/obj/item/weapon/handcuffs/cyborg
dispenser = 1
dispenser = 1
/obj/item/weapon/handcuffs/pinkcuffs
name = "fluffy pink handcuffs"
desc = "Use this to keep prisoners in line. Or you know, your significant other."
icon_state = "pinkcuffs"