updates harvest generation stings

This commit is contained in:
Verkister
2019-05-03 23:10:05 +03:00
committed by GitHub
parent a9615571fc
commit a120b1ed75

View File

@@ -728,6 +728,9 @@
clr = get_trait(TRAIT_BIOLUM_COLOUR)
product.set_light(get_trait(TRAIT_BIOLUM), l_color = clr)
if(get_trait(TRAIT_STINGS))
product.force = 1
//Handle spawning in living, mobile products (like dionaea).
if(istype(product,/mob/living))
product.visible_message("<span class='notice'>The pod disgorges [product]!</span>")