Merge pull request #1624 from Giacom/aran_is_dumbo

Fixed a typo
This commit is contained in:
Aranclanos
2013-10-24 09:14:00 -07:00
4 changed files with 9 additions and 9 deletions
+4 -4
View File
@@ -24,7 +24,7 @@
else
layer = 2.7 //Under all objects if opened. 2.7 due to tables being at 2.6
explosion_resistance = 0
update_freelok_sight()
update_freelook_sight()
air_update_turf(1)
return
@@ -32,7 +32,7 @@
/obj/machinery/door/Del()
density = 0
air_update_turf(1)
update_freelok_sight()
update_freelook_sight()
..()
return
@@ -212,7 +212,7 @@
update_icon()
SetOpacity(0)
air_update_turf(1)
update_freelok_sight()
update_freelook_sight()
if(operating) operating = 0
@@ -234,7 +234,7 @@
SetOpacity(1) //caaaaarn!
operating = 0
air_update_turf(1)
update_freelok_sight()
update_freelook_sight()
return
/obj/machinery/door/proc/crush()
+2 -2
View File
@@ -50,7 +50,7 @@
density = 0
explosion_resistance = 0
air_update_turf(1)
update_freelok_sight()
update_freelook_sight()
operating = 0
return 1
@@ -72,7 +72,7 @@
explosion_resistance = initial(explosion_resistance)
SetOpacity(1)
air_update_turf(1)
update_freelok_sight()
update_freelook_sight()
sleep(10)
operating = 0
+2 -2
View File
@@ -93,7 +93,7 @@
src.density = 0
// src.sd_SetOpacity(0) //TODO: why is this here? Opaque windoors? ~Carn
air_update_turf(1)
update_freelok_sight()
update_freelook_sight()
if(operating == 1) //emag again
src.operating = 0
@@ -112,7 +112,7 @@
// if(src.visible)
// SetOpacity(1) //TODO: why is this here? Opaque windoors? ~Carn
air_update_turf(1)
update_freelok_sight()
update_freelook_sight()
sleep(10)
src.operating = 0
@@ -49,7 +49,7 @@
// DOORS
// Simply updates the visibility of the area when it opens/closes/destroyed.
/obj/machinery/door/proc/update_freelok_sight()
/obj/machinery/door/proc/update_freelook_sight()
// Glass door glass = 1
// don't check then?
if(!glass && cameranet)