mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 21:12:24 +01:00
Split examine verb and function, and improve it (#17251)
* Split examine verb and function, and include adjacency and distance checking in examine function * Fix various issues * Update code/modules/mob/examinations.dm Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com> * Add required define vars * Update code/game/objects/items/stacks/wrap.dm Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com> --------- Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>
This commit is contained in:
co-authored by
SleepyGemmy
parent
39228d3a2c
commit
ce5ac79e3c
@@ -23,7 +23,7 @@
|
||||
return ..()
|
||||
|
||||
/obj/item/phylactery/examine(mob/user)
|
||||
..(user)
|
||||
. = ..()
|
||||
if(!lich)
|
||||
to_chat(user, "The heart is inert.")
|
||||
else
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
return ..()
|
||||
|
||||
/obj/item/poppet/examine(mob/user)
|
||||
..(user)
|
||||
. = ..()
|
||||
if(countenance)
|
||||
to_chat(user, "<span class='notice'>It is modeled after a [countenance].</span>")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user