From 5eee8ddf46b01b8d40230ce25757934165233e74 Mon Sep 17 00:00:00 2001 From: Ren Erthilo Date: Sun, 15 Apr 2012 18:04:23 +0100 Subject: [PATCH] TG: - Walls, Rwalls, etc. now leave hidden prints when constructed - Biosuits can now hold pens and penlights in suit storage - Syringe draw/inject icons are now overlay-based - Syringes now use the same coloring overlay system as beakers (see: blood samples are now red, etc. etc.) Revision: r2953 Author: quartz235 --- code/modules/clothing/suits/bio.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/suits/bio.dm b/code/modules/clothing/suits/bio.dm index 00345636251..415e32c6982 100644 --- a/code/modules/clothing/suits/bio.dm +++ b/code/modules/clothing/suits/bio.dm @@ -19,7 +19,7 @@ flags = FPRINT | TABLEPASS body_parts_covered = UPPER_TORSO|LOWER_TORSO|LEGS|FEET|ARMS|HANDS slowdown = 1.0 - allowed = list(/obj/item/weapon/tank/emergency_oxygen) + allowed = list(/obj/item/weapon/tank/emergency_oxygen,/obj/item/weapon/pen,/obj/item/device/flashlight/pen) armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 100, rad = 20) flags_inv = HIDEGLOVES|HIDESHOES|HIDEJUMPSUIT