From c8cc7f06461b0b13b87a9b10c493d12a0c8388eb Mon Sep 17 00:00:00 2001 From: Nodrak Date: Sat, 6 Apr 2013 10:59:33 -0400 Subject: [PATCH] Removes the null attack_verb from paper. This should fix the "Victim has been in the chest with the paper by Attacker!" message. --- code/modules/paperwork/paper.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/paperwork/paper.dm b/code/modules/paperwork/paper.dm index b8d54c64cd1..a1285153d4a 100644 --- a/code/modules/paperwork/paper.dm +++ b/code/modules/paperwork/paper.dm @@ -18,7 +18,6 @@ pressure_resistance = 1 slot_flags = SLOT_HEAD body_parts_covered = HEAD - attack_verb = list("") var/info //What's actually written on the paper. var/info_links //A different version of the paper which includes html links at fields and EOF