Adds Ointment and Brutepack. (#150)

* Add Ointment and Brutepack to StackType

* Add Ointment and Brutepack sprites

* HealingComponent now works correctly with StackComponent

* Adds Ointment and Brutepack prototypes

* Adds Ointment and Brutepack to stationstation
This commit is contained in:
Víctor Aguilera Puerto
2019-03-22 15:03:29 +01:00
committed by Pieter-Jan Briers
parent 1cfed8b6c7
commit 62eb7db0c7
7 changed files with 98 additions and 18 deletions

View File

@@ -125,5 +125,7 @@ namespace Content.Server.GameObjects.Components.Stack
Metal,
Glass,
Cable,
Ointment,
Brutepack,
}
}