mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 14:37:27 +01:00
Port tg statpanel (#16463)
* Port tg statpanel * Add verb descriptions using the title attribute * Fix a dreamchecker error * Remove chomp edits * Add mentor tickets to ticket panel --------- Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
co-authored by
Kashargul
parent
ed5fc193f7
commit
c07027136e
@@ -119,7 +119,7 @@
|
||||
to_chat(usr, "It'd be unwise to plug another vtec module in!")
|
||||
return 0
|
||||
|
||||
R.verbs += /mob/living/silicon/robot/proc/toggle_vtec
|
||||
add_verb(R, /mob/living/silicon/robot/proc/toggle_vtec)
|
||||
R.vtec_active = TRUE
|
||||
R.hud_used.toggle_vtec_control()
|
||||
return 1
|
||||
@@ -139,7 +139,7 @@
|
||||
to_chat(usr, "There's no space for another size alteration module!")
|
||||
return 0
|
||||
|
||||
R.verbs += /mob/living/proc/set_size
|
||||
add_verb(R, /mob/living/proc/set_size)
|
||||
return 1
|
||||
|
||||
/obj/item/borg/upgrade/basic/syndicate
|
||||
|
||||
Reference in New Issue
Block a user