Funny actions

This commit is contained in:
Artur
2021-01-20 15:23:34 +02:00
parent 2f619ffc4e
commit 3737c52df8
12 changed files with 107 additions and 55 deletions
+10
View File
@@ -194,6 +194,16 @@
add_fingerprint(user)
fire_act(I.get_temperature())
/obj/item/paper/DoRevenantThrowEffects(atom/target)
sleep(5)
if(HAS_TRAIT(src, TRAIT_SPOOKY_THROW))
sleep(5)
DoRevenantThrowEffects(atom/target)
return
var/obj/item/paperplane/plane = new(get_turf(src))
qdel(src)
plane.safe_throw_at(over, 10, 2)
/obj/item/paper/attackby(obj/item/P, mob/living/user, params)
if(burn_paper_product_attackby_check(P, user))
SStgui.close_uis(src)