mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 23:27:34 +01:00
[s] Blacklists TB grenade from experimentor. (#38095)
This commit is contained in:
committed by
vuonojenmustaturska
parent
87d45ddb87
commit
f804bd910d
@@ -53,6 +53,8 @@
|
||||
if(ispath(I, /obj/item/stock_parts) || ispath(I, /obj/item/grenade/chem_grenade) || ispath(I, /obj/item/kitchen))
|
||||
var/obj/item/tempCheck = I
|
||||
if(initial(tempCheck.icon_state) != null) //check it's an actual usable item, in a hacky way
|
||||
if(istype(I, /obj/item/grenade/chem_grenade/tuberculosis))
|
||||
continue
|
||||
valid_items["[I]"] += 15
|
||||
|
||||
if(ispath(I, /obj/item/reagent_containers/food))
|
||||
|
||||
Reference in New Issue
Block a user