Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
Vect0r2 committed Sep 5, 2024
1 parent c286c94 commit 78199ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion PentestModules/modules/cerebus/code/cerebus.dm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
icon = 'icons/obj/vehicles.dmi'
icon_state = "engineering_pod"
base_step_energy_drain = 5
step_in = 4
step_in = 2
dir_in = 2 //Facing South.
max_integrity = 150
armor = list("melee" = 20, "bullet" = 15, "laser" = 15, "energy" = 10, "bomb" = 20, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100)
Expand Down
1 change: 1 addition & 0 deletions code/__DEFINES/living.dm
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// living_flags
/// Simple mob trait, indicating it may follow continuous move actions controlled by code instead of by user input.
#define MOVES_ON_ITS_OWN (1<<0)
#define CON

0 comments on commit 78199ec

Please sign in to comment.