mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 15:45:25 +01:00
Merge pull request #232 from Miniature/master
made blindness overlay transparent to mouse
This commit is contained in:
@@ -171,7 +171,9 @@ But you can call procs that are of type /mob/living/carbon/human/proc/ for that
|
||||
|
||||
var/class = null
|
||||
var/returnval = null
|
||||
var/procname = input("Procpath (e.g. just \"update\" for lights)","path:", null)
|
||||
var/procname = input("Procpath (e.g. just \"update\" for lights)","path:", null) as null|text
|
||||
|
||||
if(!procname || procname == "") return
|
||||
|
||||
if(procname == "") return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user