how could i forget the collars?

This commit is contained in:
Unknown
2020-09-04 15:07:49 -05:00
parent fe68e382fa
commit 1527edfa6b
7 changed files with 19 additions and 1 deletions
+10
View File
@@ -267,6 +267,16 @@
hasprimary = TRUE
primary_color = "#222222"
/obj/item/clothing/neck/petcollar/locked/security
name = "security collar"
desc = "For when you need to show everyone who your pet belongs to."
icon_state = "seccollar"
item_state = "seccollar"
hasprimary = FALSE
hassecondary = FALSE
hastertiary = FALSE
/obj/item/key/collar
name = "Collar Key"
desc = "A key for a tiny lock on a collar or bag."
+3 -1
View File
@@ -16,7 +16,9 @@
/obj/item/secbat = 5)
contraband = list(/obj/item/clothing/glasses/sunglasses = 2,
/obj/item/storage/fancy/donut_box = 2,
/obj/item/ssword_kit = 1)
/obj/item/ssword_kit = 1,
/obj/item/clothing/neck/petcollar/locked/security = 3,
/obj/item/electropack/shockcollar/security = 3)
premium = list(/obj/item/coin/antagtoken = 1,
/obj/item/clothing/head/helmet/blueshirt = 1,
/obj/item/clothing/suit/armor/vest/blueshirt = 1,
Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 KiB

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

@@ -81,3 +81,9 @@
user << browse(dat, "window=radio")
onclose(user, "radio")
return
/obj/item/electropack/shockcollar/security
name = "security shock collar"
desc = "A reinforced security collar. It has two electrodes that press against the neck, for disobedient pets."
icon_state = "shockseccollar"
item_state = "shockseccollar"
Binary file not shown.

Before

Width:  |  Height:  |  Size: 347 B

After

Width:  |  Height:  |  Size: 449 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1016 B

After

Width:  |  Height:  |  Size: 1.2 KiB