mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Changes ED-209 Construction to work with new armor vests
Changes ED-209 construction to accept any type of the newer armor vests rather than the old mostly deprecated armor vests.
This commit is contained in:
@@ -84,7 +84,7 @@
|
|||||||
lasercolor = "r"
|
lasercolor = "r"
|
||||||
else if( istype(W, /obj/item/clothing/suit/bluetag) )
|
else if( istype(W, /obj/item/clothing/suit/bluetag) )
|
||||||
lasercolor = "b"
|
lasercolor = "b"
|
||||||
if( lasercolor || istype(W, /obj/item/clothing/suit/armor/vest) )
|
if( lasercolor || istype(W, /obj/item/clothing/suit/storage/vest) )
|
||||||
user.drop_item()
|
user.drop_item()
|
||||||
del(W)
|
del(W)
|
||||||
build_step++
|
build_step++
|
||||||
|
|||||||
Reference in New Issue
Block a user