Megaphone Fix (#11177)

This commit is contained in:
Geeves
2021-02-13 14:36:57 +02:00
committed by GitHub
parent b48a3bc85e
commit 2e47d2c4e8
6 changed files with 8 additions and 4 deletions
+2 -4
View File
@@ -3,12 +3,10 @@
desc = "Pretend to be a director for a brief moment before someone tackles you to make you shut up."
desc_fluff = "Annoy your colleagues! Scare interns! Impress no one!"
desc_info = "A device used to project your voice. Loudly."
item_icons = list(
slot_l_hand_str = 'icons/mob/items/device/lefthand_megaphone.dmi',
slot_r_hand_str = 'icons/mob/items/device/righthand_megaphone.dmi',
)
icon = 'icons/obj/contained_items/tools/megaphone.dmi'
icon_state = "megaphone"
item_state = "megaphone"
contained_sprite = TRUE
w_class = ITEMSIZE_SMALL
flags = CONDUCT
+6
View File
@@ -0,0 +1,6 @@
author: Geeves
delete-after: True
changes:
- bugfix: "Fixed megaphones having the wrong handedness."
Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 34 KiB