Skip to content

Commit

Permalink
bugfix: fixes some critical bugs in roboquests (#5728)
Browse files Browse the repository at this point in the history
да1
  • Loading branch information
NightDawnFox authored Aug 17, 2024
1 parent d357fdc commit da91178
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/machinery/constructable_frame.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1000,7 +1000,7 @@ to destroy them and players will be able to make replacements.
board_type = "machine"
origin_tech = "programming=3;engineering=3;plasmatech=3;bluespace=5"
req_components = list(
/obj/item/stack/telecrystal = 5,
/obj/item/stack/ore/bluespace_crystal = 5,
/obj/item/stack/cable_coil = 15)

/obj/item/circuitboard/sleeper
Expand Down
3 changes: 3 additions & 0 deletions code/modules/economy/robotic_quests/robo_quest_console.dm
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,9 @@
)

/obj/machinery/computer/roboquest/ui_act(action, list/params, datum/tgui/ui)
if(..())
return

switch(action)
if("RemoveID")
currentID.forceMove(get_turf(src))
Expand Down

0 comments on commit da91178

Please sign in to comment.