Merge pull request #13393 from kingofkosmos/fewinhandsprites

In-hand sprites: transfer tank valve, tracking beacon, pizza box & carp plushie
This commit is contained in:
Razharas
2015-12-05 01:14:20 +03:00
9 changed files with 6 additions and 3 deletions

View File

@@ -3,6 +3,7 @@
desc = "A box suited for pizzas."
icon = 'icons/obj/food/containers.dmi'
icon_state = "pizzabox1"
item_state = "pizzabox"
burn_state = 0 //Burnable
var/timer = 10 //Adjustable timer
var/timer_set = 0

View File

@@ -2,7 +2,7 @@
name = "tracking beacon"
desc = "A beacon used by a teleporter."
icon_state = "beacon"
item_state = "signaler"
item_state = "beacon"
var/code = "electronic"
origin_tech = "bluespace=1"

View File

@@ -2,6 +2,7 @@
icon = 'icons/obj/assemblies.dmi'
name = "tank transfer valve"
icon_state = "valve_1"
item_state = "ttv"
desc = "Regulates the transfer of air between two tanks"
var/obj/item/weapon/tank/tank_one
var/obj/item/weapon/tank/tank_two

View File

@@ -1127,6 +1127,7 @@
desc = "An adorable stuffed toy that resembles a space carp."
icon = 'icons/obj/toy.dmi'
icon_state = "carpplushie"
item_state = "carp_plushie"
w_class = 2
attack_verb = list("bitten", "eaten", "fin slapped")
burn_state = 0 //Burnable

View File

@@ -118,6 +118,7 @@
desc = "A box suited for pizzas."
icon = 'icons/obj/food/containers.dmi'
icon_state = "pizzabox1"
item_state = "pizzabox"
var/open = 0 // Is the box open?
var/ismessy = 0 // Fancy mess on the lid
var/obj/item/weapon/reagent_containers/food/snacks/pizza/pizza // Content pizza

View File

@@ -33,7 +33,6 @@
name = "bluespace rapid part exchange device"
desc = "A version of the RPED that allows for replacement of parts and scanning from a distance, along with higher capacity for parts."
icon_state = "BS_RPED"
item_state = "BS_RPED"
w_class = 3
storage_slots = 400
max_w_class = 3

View File

@@ -86,7 +86,7 @@
desc = "Use to warp in a cargo telepad."
icon = 'icons/obj/radio.dmi'
icon_state = "beacon"
item_state = "signaler"
item_state = "beacon"
origin_tech = "bluespace=3"
/obj/item/device/telepad_beacon/attack_self(mob/user)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 102 KiB

After

Width:  |  Height:  |  Size: 104 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 100 KiB

After

Width:  |  Height:  |  Size: 102 KiB