play a real shin megami tensei game

This commit is contained in:
Hatterhat
2020-08-07 03:32:54 -05:00
parent 32a1c90b67
commit 029d88ac9d
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -258,7 +258,7 @@ for further reading, please see: https://github.com/tgstation/tgstation/pull/301
/obj/item/katana/timestop/on_active_parry(mob/living/owner, atom/object, damage, attack_text, attack_type, armour_penetration, mob/attacker, def_zone, list/block_return, parry_efficiency, parry_time)
if(ishuman(owner))
var/mob/living/carbon/human/flynn = owner
flynn.emote("me",1,"smirks.",FALSE)
flynn.emote("smirk")
new /obj/effect/timestop(get_turf(owner), 2, 50, list(owner))
/obj/item/melee/bokken // parrying stick
+5
View File
@@ -326,6 +326,11 @@
key_third_person = "smiles"
message = "smiles."
/datum/emote/living/smirk
key = "smirk"
key_third_person = "smirks"
message = "smirks."
/datum/emote/living/sneeze
key = "sneeze"
key_third_person = "sneezes"