mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
@@ -11,8 +11,7 @@
|
|||||||
pass_flags = PASSTABLE
|
pass_flags = PASSTABLE
|
||||||
braintype = "Robot"
|
braintype = "Robot"
|
||||||
lawupdate = 0
|
lawupdate = 0
|
||||||
density = 0
|
density = 1
|
||||||
small = 1
|
|
||||||
|
|
||||||
// We need to keep track of a few module items so we don't need to do list operations
|
// We need to keep track of a few module items so we don't need to do list operations
|
||||||
// every time we need them. These get set in New() after the module is chosen.
|
// every time we need them. These get set in New() after the module is chosen.
|
||||||
@@ -310,7 +309,8 @@
|
|||||||
src << "<b>If a crewmember has noticed you, <i>you are probably breaking your third law</i></b>."
|
src << "<b>If a crewmember has noticed you, <i>you are probably breaking your third law</i></b>."
|
||||||
|
|
||||||
/mob/living/silicon/robot/drone/Bump(atom/movable/AM as mob|obj, yes)
|
/mob/living/silicon/robot/drone/Bump(atom/movable/AM as mob|obj, yes)
|
||||||
if (!yes) return
|
if (!yes || istype(AM,/mob/living)) return
|
||||||
|
..()
|
||||||
if (istype(AM, /obj/machinery/recharge_station))
|
if (istype(AM, /obj/machinery/recharge_station))
|
||||||
var/obj/machinery/recharge_station/F = AM
|
var/obj/machinery/recharge_station/F = AM
|
||||||
F.move_inside()
|
F.move_inside()
|
||||||
|
|||||||
Reference in New Issue
Block a user