Skip to content

Commit

Permalink
Revert "Cash Register adjustment"
Browse files Browse the repository at this point in the history
This reverts commit 1fbfda4.
  • Loading branch information
RadiantFlash7 committed May 23, 2023
1 parent 1fbfda4 commit 82ee5b2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions code/modules/economy/cash_register.dm
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@


// Claim machine ID
/obj/machinery/cash_register/LateInitialize()
/obj/machinery/cash_register/New()
. = ..()
machine_id = "[station_name()] RETAIL #[num_financial_terminals++]"
cash_stored = rand(10, 70)*10
Expand Down Expand Up @@ -520,7 +520,7 @@
cash_locked = 0
open_cash_box()


/*
//--Premades--//
/obj/machinery/cash_register/command
Expand Down Expand Up @@ -550,3 +550,4 @@
/obj/machinery/cash_register/civilian
account_to_connect = "Civilian"
..()
*/

0 comments on commit 82ee5b2

Please sign in to comment.