Merge pull request #3128 from Cerebulon/missing_hand_sprites

Adds in-hand sprites to several items.
This commit is contained in:
Anewbe
2017-03-24 14:51:00 -05:00
committed by GitHub
5 changed files with 0 additions and 4 deletions

View File

@@ -45,8 +45,6 @@
icon = 'icons/obj/janitor.dmi' icon = 'icons/obj/janitor.dmi'
icon_state = "lightreplacer0" icon_state = "lightreplacer0"
item_state = "electronic"
flags = CONDUCT flags = CONDUCT
slot_flags = SLOT_BELT slot_flags = SLOT_BELT
origin_tech = list(TECH_MAGNET = 3, TECH_MATERIAL = 2) origin_tech = list(TECH_MAGNET = 3, TECH_MATERIAL = 2)

View File

@@ -2,7 +2,6 @@
name = "megaphone" name = "megaphone"
desc = "A device used to project your voice. Loudly." desc = "A device used to project your voice. Loudly."
icon_state = "megaphone" icon_state = "megaphone"
item_state = "radio"
w_class = ITEMSIZE_SMALL w_class = ITEMSIZE_SMALL
flags = CONDUCT flags = CONDUCT

View File

@@ -4,7 +4,6 @@
name = "power sink" name = "power sink"
desc = "A nulling power sink which drains energy from electrical systems." desc = "A nulling power sink which drains energy from electrical systems."
icon_state = "powersink0" icon_state = "powersink0"
item_state = "electronic"
w_class = ITEMSIZE_LARGE w_class = ITEMSIZE_LARGE
flags = CONDUCT flags = CONDUCT
throwforce = 5 throwforce = 5

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

After

Width:  |  Height:  |  Size: 50 KiB