[MIRROR] Rename Bump to Collide (#2002)

* Rename Bump to Collide

* Delete bubblegum.dm.rej

* Update bubblegum.dm
This commit is contained in:
CitadelStationBot
2017-07-14 23:35:56 -05:00
committed by kevinz000
parent 80d06fe843
commit 2d3905457e
37 changed files with 78 additions and 86 deletions
+1 -1
View File
@@ -355,7 +355,7 @@
if(proxdet)
for(var/mob/living/L in range(1, get_turf(src)))
if(L.stat != DEAD && L != firer)
return Bump(L, TRUE)
return Collide(L)
..()
/obj/item/projectile/magic/aoe/lightning
@@ -108,9 +108,7 @@
nodamage = 1
flag = "bullet"
/obj/item/projectile/meteor/Bump(atom/A, yes)
if(!yes) //prevents multi bumps.
return
/obj/item/projectile/meteor/Collide(atom/A)
if(A == firer)
loc = A.loc
return