From 93b2daf1c2985c8fe9d1563471c99b83fbd65a11 Mon Sep 17 00:00:00 2001 From: Robertha89 Date: Sun, 4 Oct 2015 04:12:53 +0200 Subject: [PATCH] Fixes the reason it wont compile --- code/modules/paperwork/pen.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/paperwork/pen.dm b/code/modules/paperwork/pen.dm index 5de31bd5f0b..5269f51bf19 100644 --- a/code/modules/paperwork/pen.dm +++ b/code/modules/paperwork/pen.dm @@ -25,7 +25,7 @@ pressure_resistance = 2 /obj/item/weapon/pen/suicide_act(mob/user) - viewers(user) << "[user] starts scribbling over \himself with the [src.name]! It looks like \he's trying to commit sudoku." + viewers(user) << "[user] starts scribbling over \himself with the [src.name]! It looks like \he's trying to commit sudoku." return (BRUTELOSS) /obj/item/weapon/pen/blue