A first pass at more realistic w_class values

This commit is contained in:
Graham Lloyd
2014-04-03 17:54:06 -04:00
parent 13532e1ddd
commit 72e45ebf7b
40 changed files with 61 additions and 58 deletions

View File

@@ -4,7 +4,7 @@
icon = 'icons/policetape.dmi'
icon_state = "rollstart"
flags = FPRINT
w_class = 1.0
w_class = 2.0
var/turf/start
var/turf/end
var/tape_type = /obj/item/tape

View File

@@ -8,7 +8,7 @@
icon = 'icons/obj/autopsy_scanner.dmi'
icon_state = ""
flags = FPRINT | TABLEPASS | CONDUCT
w_class = 1.0
w_class = 2.0
origin_tech = "materials=1;biotech=1"
var/list/datum/autopsy_data_scanner/wdata = list()
var/list/datum/autopsy_data_scanner/chemtraces = list()