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