mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
Identity theft objective set fix, tank examine fix, proccall null return fix
This commit is contained in:
@@ -84,6 +84,11 @@
|
||||
var/obj/icon = src
|
||||
if(istype(loc, /obj/item/assembly))
|
||||
icon = loc
|
||||
|
||||
if(!in_range(src, user))
|
||||
if(icon == src)
|
||||
to_chat(user, "<span class='notice'>It's \a [bicon(icon)][src]! If you want any more information you'll need to get closer.</span>")
|
||||
return
|
||||
|
||||
var/celsius_temperature = air_contents.temperature-T0C
|
||||
var/descriptive
|
||||
|
||||
Reference in New Issue
Block a user