From 464fc22fa5a3a764661189b29501d8b0ee527a0a Mon Sep 17 00:00:00 2001 From: Segrain Date: Fri, 11 Oct 2013 10:18:43 +0300 Subject: [PATCH] Missing verb. --- code/modules/paperwork/paper.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/paperwork/paper.dm b/code/modules/paperwork/paper.dm index 439bf62baf1..66cbc91419a 100644 --- a/code/modules/paperwork/paper.dm +++ b/code/modules/paperwork/paper.dm @@ -16,7 +16,7 @@ pressure_resistance = 1 slot_flags = SLOT_HEAD body_parts_covered = HEAD - attack_verb = list("") + attack_verb = list("bapped") 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