Restock unit tweaks (#19704)

* Can use vending refill without having to unscrew

* weight size normal

* removing old comment that doent apply anymore

* Update code/game/machinery/vending.dm

Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com>

Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com>
This commit is contained in:
Henri215
2022-11-21 22:28:45 -06:00
committed by GitHub
co-authored by Sirryan2002
parent 8040e60736
commit 9003a869f1
2 changed files with 2 additions and 6 deletions
@@ -12,7 +12,7 @@
throwforce = 10
throw_speed = 1
throw_range = 7
w_class = WEIGHT_CLASS_BULKY
w_class = WEIGHT_CLASS_NORMAL
armor = list(MELEE = 0, BULLET = 0, LASER = 0, ENERGY = 0, BOMB = 0, BIO = 0, RAD = 0, FIRE = 70, ACID = 30)
// Built automatically from the corresponding vending machine.
@@ -46,8 +46,6 @@
for(var/key in premium)
. += premium[key]
//NOTE I decided to go for about 1/3 of a machine's capacity
/obj/item/vending_refill/boozeomat
machine_name = "Booze-O-Mat"
icon_state = "refill_booze"