From c09c694a231ed97cb57987ff13a56f2a4f549ea2 Mon Sep 17 00:00:00 2001 From: Ren Erthilo Date: Sun, 22 Apr 2012 19:57:45 +0100 Subject: [PATCH] TG: - Dropped support for attaching photos to ID cards. The feature was never fully implemented and the information you got from them was misleading and wrong. - Backpacks max_combined_w_class is now 21 instead of 20, meaning it can store 7 box-sized items instead of 6 box sized items + 1 small item (which the box is supposed to hold anyway) - Added many fire alarms around the station to areas that either lacked them or where they were too rare - Added 4 hazard vests to the atmospherics departments for atmos techs who prefer hazard vests to firesuits. - Added these changes to the changelog. Revision: r3092 Author: baloh.matevz --- code/defines/obj/weapon.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/defines/obj/weapon.dm b/code/defines/obj/weapon.dm index d04d7105ddb..eda6fa3a31c 100644 --- a/code/defines/obj/weapon.dm +++ b/code/defines/obj/weapon.dm @@ -560,7 +560,6 @@ var/access = list() var/registered_name = null var/assignment = null - var/obj/item/weapon/photo/PHOTO = null var/over_jumpsuit = 1 // If set to 0, it won't display on top of the mob's jumpsuit var/dorm = 0 // determines if this ID has claimed a dorm already