Funny actions
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user