initial port

This commit is contained in:
shellspeed1
2022-09-09 00:29:20 -07:00
parent 33ee9f5a19
commit fbc80cf829
11 changed files with 321 additions and 15 deletions
+4 -2
View File
@@ -875,13 +875,15 @@ GLOBAL_VAR_INIT(exploit_warn_spam_prevention, 0)
L.alpha = lighting_alpha
/mob/proc/update_mouse_pointer()
if (!client)
if(!client)
return
client.mouse_pointer_icon = initial(client.mouse_pointer_icon)
if (ismecha(loc))
if(istype(loc, /obj/vehicle/sealed))
var/obj/vehicle/sealed/mecha/M = loc
if(M.mouse_pointer)
client.mouse_pointer_icon = M.mouse_pointer
if(client.mouse_override_icon)
client.mouse_pointer_icon = client.mouse_override_icon
/mob/proc/is_literate()
return 0