Hitby messages removed, may help with singularity lag from throwing

This commit is contained in:
oranges
2015-06-19 15:32:56 +12:00
parent 6b83b0aa8f
commit ea1df76a6d
7 changed files with 4 additions and 12 deletions
+1 -2
View File
@@ -109,7 +109,6 @@
/obj/structure/alien/resin/hitby(atom/movable/AM)
..()
visible_message("<span class='danger'>[src] was hit by [AM].</span>")
var/tforce = 0
if(!isobj(AM))
tforce = 10
@@ -516,4 +515,4 @@
#undef WEED_NORTH_EDGING
#undef WEED_SOUTH_EDGING
#undef WEED_EAST_EDGING
#undef WEED_WEST_EDGING
#undef WEED_WEST_EDGING
+1 -2
View File
@@ -214,7 +214,6 @@
/obj/item/holotape/hitby(AM as mob|obj)
..()
visible_message("<span class='danger'>[src] was hit by [AM].</span>")
var/tforce = 0
if(ismob(AM))
tforce = 5
@@ -249,4 +248,4 @@
del(src)
return
#undef MAX_TAPE_RANGE
#undef MAX_TAPE_RANGE
-1
View File
@@ -251,7 +251,6 @@
/obj/structure/grille/hitby(AM as mob|obj)
..()
visible_message("<span class='danger'>[src] was hit by [AM].</span>")
var/tforce = 0
if(ismob(AM))
tforce = 5
+1 -2
View File
@@ -93,7 +93,6 @@
/obj/structure/window/hitby(AM as mob|obj)
..()
visible_message("<span class='danger'>[src] was hit by [AM].</span>")
var/tforce = 0
if(ismob(AM))
tforce = 40
@@ -456,4 +455,4 @@
maxhealth = 100
wtype = "shuttle"
fulltile = 1
reinf = 1
reinf = 1