This commit is contained in:
Twaticus
2019-09-10 16:42:08 -04:00
committed by moo
parent 5dc863800c
commit afa96b9f0b
3 changed files with 7 additions and 3 deletions
+7 -3
View File
@@ -3,9 +3,9 @@
desc = "A device used to project your voice. Loudly."
icon = 'icons/obj/device.dmi'
icon_state = "megaphone"
item_state = "radio"
lefthand_file = 'icons/mob/inhands/misc/devices_lefthand.dmi'
righthand_file = 'icons/mob/inhands/misc/devices_righthand.dmi'
item_state = "megaphone"
lefthand_file = 'icons/mob/inhands/misc/megaphone_lefthand.dmi'
righthand_file = 'icons/mob/inhands/misc/megaphone_righthand.dmi'
w_class = WEIGHT_CLASS_SMALL
siemens_coefficient = 1
var/spamcheck = 0
@@ -47,17 +47,21 @@
/obj/item/megaphone/sec
name = "security megaphone"
icon_state = "megaphone-sec"
item_state = "megaphone-sec"
/obj/item/megaphone/command
name = "command megaphone"
icon_state = "megaphone-command"
item_state = "megaphone-command"
/obj/item/megaphone/cargo
name = "supply megaphone"
icon_state = "megaphone-cargo"
item_state = "megaphone-cargo"
/obj/item/megaphone/clown
name = "clown's megaphone"
desc = "Something that should not exist."
icon_state = "megaphone-clown"
item_state = "megaphone-clown"
voicespan = list(SPAN_CLOWN)
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB