tg 43454+43688 port, tweaks w/ trilby, db crate

This commit is contained in:
Hatterhat
2020-01-01 08:30:02 -06:00
parent 811f1f3768
commit 186194418e
36 changed files with 352 additions and 96 deletions
+4
View File
@@ -24,6 +24,7 @@
/obj/item/ssword_kit = 1)
armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 0, "bio" = 0, "rad" = 0, "fire" = 100, "acid" = 50)
resistance_flags = FIRE_PROOF
refill_canister = /obj/item/vending_refill/security
/obj/machinery/vending/security/pre_throw(obj/item/I)
if(istype(I, /obj/item/grenade))
@@ -33,3 +34,6 @@
var/obj/item/flashlight/F = I
F.on = TRUE
F.update_brightness()
/obj/item/vending_refill/security
icon_state = "snackorange"