mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-18 18:46:24 +01:00
Overhauls Resin ability, deletes unused xeno sprites, fixes few things.
This commit is contained in:
@@ -415,7 +415,10 @@
|
||||
if(istype(thing, /obj/structure/blob)) // blobs are uncomfortable things
|
||||
fear_amount += 3
|
||||
|
||||
if(istype(thing, /obj/effect/alien/resin)) // Resin's a bit slimy according to its own description.
|
||||
if(istype(thing, /obj/structure/alien)) // Pretty much anything made by xenos are slimey in some way.
|
||||
fear_amount += 1
|
||||
|
||||
if(istype(thing, /obj/effect/alien/weeds)) // Disgusting slimey carpet.
|
||||
fear_amount += 1
|
||||
|
||||
if(istype(thing, /obj/item/weed_extract))
|
||||
|
||||
Reference in New Issue
Block a user