Lots and lots and lots of changes. See globals.dm's changelog.

This commit is contained in:
shadowlord13
2008-05-30 16:30:26 +00:00
parent 25046fe08e
commit 6bddffd102
61 changed files with 7287 additions and 1047 deletions
+10 -7
View File
@@ -3,7 +3,6 @@
return !( src.density )
/obj/move/attack_paw(user as mob)
return src.attack_hand(user)
@@ -65,7 +64,7 @@
return
/obj/move/proc/unburn()
src.luminosity = 0
src.icon_state = initial(src.icon_state)
return
@@ -226,7 +225,8 @@
if (burn)
src.firelevel = src.oxygen + src.poison
if (src.firelevel >= 900000.0)
src.icon_state = "burning"
src.icon_state = "burning"
src.luminosity = 2
if (src.oxygen > 5000)
src.co2 += 2500
src.oxygen -= 5000
@@ -303,7 +303,8 @@
if (burn)
src.firelevel = src.oxygen + src.poison
if (src.firelevel >= 900000.0)
src.icon_state = "burning"
src.icon_state = "burning"
src.luminosity = 2
if (src.oxygen > 5000)
src.co2 += 2500
src.oxygen -= 5000
@@ -530,6 +531,7 @@
/turf/proc/unburn()
src.luminosity = 0
src.icon_state = initial(src.icon_state)
return
@@ -722,7 +724,6 @@
condW += val
/turf/buildlinks() // call this one to update a cell and neighbours (on cell state change)
updatelinks()
for(var/dir in cardinal)
@@ -1033,7 +1034,8 @@ turf/proc/tot_old_gas()
if (burn)
src.firelevel = src.oxygen + src.poison
if (src.firelevel >= 900000.0)
src.icon_state = "burning"
src.icon_state = "burning"
src.luminosity = 2
if (src.oxygen > 5000)
src.co2 += 2500
src.oxygen -= 5000
@@ -1180,7 +1182,8 @@ turf/proc/tot_old_gas()
if (burn)
src.firelevel = src.oxygen + src.poison
if (src.firelevel >= 900000.0)
src.icon_state = "burning"
src.icon_state = "burning"
src.luminosity = 2
if (src.oxygen > 5000)
src.co2 += 2500
src.oxygen -= 5000