mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Makes code 513.1537 compliant (#15093)
* Makes code 513.1537 compliant * Apply suggestions from code review Co-authored-by: Farie82 <joepvelden@hotmail.com> Co-authored-by: Farie82 <joepvelden@hotmail.com>
This commit is contained in:
@@ -365,7 +365,8 @@
|
||||
playsound(loc, 'sound/machines/terminal_insert_disc.ogg', 30, TRUE)
|
||||
else if(issilicon(usr))
|
||||
var/mob/living/silicon/M = usr
|
||||
var/datum/picture/selection = M.aiCamera?.selectpicture()
|
||||
var/datum/picture/selection
|
||||
selection = M.aiCamera?.selectpicture()
|
||||
if(!selection)
|
||||
return
|
||||
var/obj/item/photo/P = new
|
||||
|
||||
Reference in New Issue
Block a user