Various fixes and QoL tweaks to labor camp (#18841)

* gulag QoL fixes

* escape route, analyzer

* stops people from spam calling the shuttle down

* unifies access

* moves ofitser, fixes point claim console

* TGUI build

* unifies point system for good

* TGUI deps

* tweak

* sirryan review

* hard ref removal

* more changes

* scope creep scope creep

* sirryan!
This commit is contained in:
S34N
2022-08-25 16:36:36 +01:00
committed by GitHub
parent 5833f98ac5
commit 41813c3e5f
12 changed files with 1119 additions and 944 deletions
+4 -3
View File
@@ -657,10 +657,11 @@
assignment = "Prisoner"
registered_name = "Scum"
var/goal = 0 //How far from freedom?
var/points = 0
/obj/item/card/id/prisoner/attack_self(mob/user as mob)
to_chat(usr, "You have accumulated [points] out of the [goal] points you need for freedom.")
/obj/item/card/id/prisoner/examine(mob/user)
. = ..()
if(goal)
. += "\nYou have accumulated [mining_points] out of the [goal] points assigned to gain freedom."
/obj/item/card/id/prisoner/one
name = "Prisoner #13-001"