mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
HUDs can now only change status with sufficient ID access (#23086)
* Added mental to MedHUD * Made HUDs write based on ID access * Makes Chamelion secHUD have write access * adds trailing newline in defines * med examine spacing adjustment Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com> * sec examine spacing adjustment Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com> * 0 and 1s Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com> Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com> * removes the sec_hud_set call, probably a bad idea --------- Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com> Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
This commit is contained in:
co-authored by
Burzah
Luc
parent
7181d869d7
commit
4a3437355e
@@ -43,7 +43,7 @@
|
||||
origin_tech = "materials=4;programming=4;biotech=4"
|
||||
aug_message = "You suddenly see health bars floating above people's heads..."
|
||||
HUD_type = DATA_HUD_MEDICAL_ADVANCED
|
||||
examine_extensions = list(EXAMINE_HUD_MEDICAL)
|
||||
examine_extensions = list(EXAMINE_HUD_MEDICAL_READ)
|
||||
|
||||
/obj/item/organ/internal/cyberimp/eyes/hud/diagnostic
|
||||
name = "Diagnostic HUD implant"
|
||||
@@ -60,4 +60,4 @@
|
||||
origin_tech = "materials=4;programming=4;biotech=3;combat=3"
|
||||
aug_message = "Job indicator icons pop up in your vision. That is not a certified surgeon..."
|
||||
HUD_type = DATA_HUD_SECURITY_ADVANCED
|
||||
examine_extensions = list(EXAMINE_HUD_SECURITY_READ, EXAMINE_HUD_SECURITY_WRITE)
|
||||
examine_extensions = list(EXAMINE_HUD_SECURITY_READ)
|
||||
|
||||
Reference in New Issue
Block a user