Rename Bumped to CollidedWith (#2017)

This commit is contained in:
CitadelStationBot
2017-07-15 11:44:12 -07:00
committed by kevinz000
parent 738eaa1d54
commit 54da14ea6b
36 changed files with 102 additions and 104 deletions
+1 -1
View File
@@ -98,7 +98,7 @@
to_chat(M, "<span class='notice'>You tunnel into the rock.</span>")
gets_drilled(M)
/turf/closed/mineral/Bumped(AM as mob|obj)
/turf/closed/mineral/CollidedWith(atom/movable/AM)
..()
if(ishuman(AM))
var/mob/living/carbon/human/H = AM
@@ -86,7 +86,7 @@
radiate()
..()
/turf/closed/wall/mineral/uranium/Bumped(AM as mob|obj)
/turf/closed/wall/mineral/uranium/CollidedWith(atom/movable/AM)
radiate()
..()