Merge pull request #1368 from Neerti/4/6/2016_new_inventory_port

Ports Bay's new inventory system.
This commit is contained in:
EmperorJon
2016-04-16 02:58:07 +01:00
27 changed files with 240 additions and 92 deletions
+2 -1
View File
@@ -40,7 +40,7 @@
/obj/structure/inflatable/bullet_act(var/obj/item/projectile/Proj)
var/proj_damage = Proj.get_structure_damage()
if(!proj_damage) return
health -= proj_damage
..()
if(health <= 0)
@@ -248,6 +248,7 @@
desc = "Contains inflatable walls and doors."
icon_state = "inf_box"
item_state = "syringe_kit"
w_class = 3
max_storage_space = 28
can_hold = list(/obj/item/inflatable)