Removing some comments I had left in.

This commit is contained in:
phil235
2016-04-24 21:12:04 +02:00
parent 639ff5d161
commit 43e98079f1
13 changed files with 19 additions and 27 deletions
+1 -3
View File
@@ -88,8 +88,6 @@
user.visible_message("[user] rubs some dust off from the [name]'s surface.", \
"<span class='notice'>You rub some dust off from the [name]'s surface.</span>")
//attack alien animal phil235
/obj/structure/statue/CanAtmosPass()
return !density
@@ -208,7 +206,7 @@
/obj/structure/statue/plasma/bullet_act(obj/item/projectile/Proj)
var/burn = FALSE
if(istype(Proj,/obj/item/projectile/beam)) //phil235 test this
if(istype(Proj,/obj/item/projectile/beam))
PlasmaBurn(2500)
burn = TRUE
else if(istype(Proj,/obj/item/projectile/ion))
+1 -1
View File
@@ -374,7 +374,7 @@
//merges adjacent full-tile windows into one
/obj/structure/window/update_icon()
if(!qdeleted(src)) //phil235
if(!qdeleted(src))
if(!fulltile)
return