Moved the age var from humans to /mob/living

This commit is contained in:
Albert Iordache
2012-04-07 00:24:53 +03:00
parent 324a024d52
commit e285612c4f
4 changed files with 14 additions and 14 deletions
+2 -1
View File
@@ -4,4 +4,5 @@
var/t_sl_gas = null
var/t_n2 = null
var/now_pushing = null
var/cameraFollow = null
var/cameraFollow = null
var/age = null
-12
View File
@@ -6,18 +6,6 @@
var/obj/item/weapon/circuitboard/circuit = null //if circuit==null, computer can't disassemble
/obj/machinery/computer/operating
name = "Operating Computer"
density = 1
anchored = 1.0
desc = "Used to monitor status of people being operated on."
icon_state = "operating"
circuit = "/obj/item/weapon/circuitboard/operating"
var/mob/living/carbon/human/victim = null
var/obj/machinery/optable/table = null
var/id = 0.0
/obj/machinery/computer/arcade
name = "arcade machine"
desc = "Does not support Pinball."
+11
View File
@@ -1,3 +1,14 @@
/obj/machinery/computer/operating
name = "Operating Computer"
density = 1
anchored = 1.0
desc = "Used to monitor status of people being operated on."
icon_state = "operating"
circuit = "/obj/item/weapon/circuitboard/operating"
var/mob/living/carbon/human/victim = null
var/obj/machinery/optable/table = null
var/id = 0.0
/obj/machinery/computer/operating/New()
..()
for(var/obj/machinery/optable/O in world)
@@ -20,7 +20,7 @@
var/g_eyes = 0.0
var/b_eyes = 0.0
var/s_tone = 0.0
var/age = 30.0
age = 30.0
var/used_skillpoints = 0
var/skill_specialization = null
var/list/skills = null