mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Merge pull request #8664 from Yoshax/MyWork
Changes ED-209 Construction to work with new armor vests
This commit is contained in:
@@ -84,7 +84,7 @@
|
||||
lasercolor = "r"
|
||||
else if( istype(W, /obj/item/clothing/suit/bluetag) )
|
||||
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()
|
||||
del(W)
|
||||
build_step++
|
||||
|
||||
Reference in New Issue
Block a user