[MIRROR] fix some more font tags, syncing stylesheets (#7659)

Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
Co-authored-by: Nadyr <41974248+Darlantanis@users.noreply.github.com>
This commit is contained in:
CHOMPStation2
2024-01-31 13:34:22 -05:00
committed by GitHub
co-authored by Heroman3003 Kashargul Nadyr
parent 7ac4a0786e
commit 512c558ba0
5 changed files with 26 additions and 17 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
set name = "Modify Robot Module"
set desc = "Allows to add or remove modules to/from robots."
set category = "Admin"
if(!check_rights(R_ADMIN))
if(!check_rights(R_ADMIN|R_FUN|R_VAREDIT))
return
if(!istype(target) || !target.module)
+1 -1
View File
@@ -2,7 +2,7 @@
set name = "Resize"
set desc = "Resizes any living mob without any restrictions on size."
set category = "Fun"
if(!check_rights(R_ADMIN, R_FUN, R_VAREDIT))
if(!check_rights(R_ADMIN|R_FUN|R_VAREDIT))
return
var/size_multiplier = tgui_input_number(usr, "Input size multiplier.", "Resize", 1)