mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +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
@@ -97,7 +97,7 @@
|
||||
prescription_upgradable = FALSE
|
||||
|
||||
hud_types = list(DATA_HUD_MEDICAL_ADVANCED, DATA_HUD_DIAGNOSTIC_ADVANCED, DATA_HUD_SECURITY_ADVANCED, DATA_HUD_HYDROPONIC)
|
||||
examine_extensions = list(EXAMINE_HUD_SECURITY_READ, EXAMINE_HUD_SECURITY_WRITE, EXAMINE_HUD_MEDICAL, EXAMINE_HUD_SKILLS)
|
||||
examine_extensions = list(EXAMINE_HUD_SECURITY_READ, EXAMINE_HUD_SECURITY_WRITE, EXAMINE_HUD_MEDICAL_READ, EXAMINE_HUD_MEDICAL_WRITE, EXAMINE_HUD_SKILLS)
|
||||
|
||||
var/xray = FALSE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user