Rename Bumped to CollidedWith (#2017)

This commit is contained in:
CitadelStationBot
2017-07-15 13:44:12 -05:00
committed by kevinz000
parent 738eaa1d54
commit 54da14ea6b
36 changed files with 102 additions and 104 deletions
+2 -2
View File
@@ -115,7 +115,7 @@
radiate()
return ..()
/obj/structure/statue/uranium/Bumped(atom/user)
/obj/structure/statue/uranium/CollidedWith(atom/movable/AM)
radiate()
..()
@@ -273,7 +273,7 @@
name = "statue of a clown"
icon_state = "clown"
/obj/structure/statue/bananium/Bumped(atom/user)
/obj/structure/statue/bananium/CollidedWith(atom/movable/AM)
honk()
..()