Overhauls Resin ability, deletes unused xeno sprites, fixes few things.

This commit is contained in:
Chompstation Bot
2021-09-24 03:19:02 +00:00
parent a0f76219c3
commit 4dd3ea4d15
13 changed files with 215 additions and 168 deletions
@@ -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))