Skip to content

Commit

Permalink
Re-enables Peacekeeper
Browse files Browse the repository at this point in the history
Does what it says on the tin. Only changes 2 lines to use what was already there.
  • Loading branch information
HimKobold committed Jun 24, 2024
1 parent 218d74c commit 508e5e5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions code/modules/mob/living/silicon/robot/robot.dm
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,9 @@
"Janitor" = /obj/item/robot_model/janitor,
"Service" = /obj/item/robot_model/service,
)
if(!CONFIG_GET(flag/disable_peaceborg))
GLOB.cyborg_model_list["Peacekeeper"] = /obj/item/robot_model/peacekeeper
//if(!CONFIG_GET(flag/disable_peaceborg)) monkestation edit
GLOB.cyborg_model_list["Peacekeeper"] = /obj/item/robot_model/peacekeeper

if(!CONFIG_GET(flag/disable_secborg))
GLOB.cyborg_model_list["Security"] = /obj/item/robot_model/security

Expand Down

0 comments on commit 508e5e5

Please sign in to comment.