Base Commit

This commit is contained in:
klaasjared
2022-02-18 01:04:34 -05:00
parent 3a2f07a743
commit 7b52c0abfe
2 changed files with 14 additions and 0 deletions
@@ -155,6 +155,20 @@
icon_state = "barrel"
modded = TRUE
/obj/structure/reagent_dispensers/fueltank/barrel/two
name = "explosive barrel"
desc = "A barrel with warning labels painted all over it."
icon = 'icons/obj/objects_vr.dmi'
icon_state = "barrel2"
modded = FALSE
/obj/structure/reagent_dispensers/fueltank/barrel/three
name = "fuel barrel"
desc = "An open-topped barrel full of nasty-looking liquid."
icon = 'icons/obj/objects_vr.dmi'
icon_state = "barrel3"
modded = FALSE
/obj/structure/reagent_dispensers/fueltank/barrel/attackby(obj/item/weapon/W as obj, mob/user as mob)
if (W.is_wrench()) //can't wrench it shut, it's always open
return