Skip to content

Commit

Permalink
Update code/game/objects/items/tools/misc_tools.dm
Browse files Browse the repository at this point in the history
Co-authored-by: harryob <[email protected]>
  • Loading branch information
Hopekz and harryob authored Jul 25, 2023
1 parent 3ed5d20 commit aef77d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/tools/misc_tools.dm
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@
owner = new_owner.real_name
var/obj/structure/machinery/cryopod/new_owners_pod = locate() in current_turf
if(new_owners_pod)
owner = new_owners_pod.occupant.real_name
owner = new_owners_pod.occupant?.real_name

/obj/item/tool/pen/fountain/get_examine_text(mob/user)
. = ..()
Expand Down

0 comments on commit aef77d6

Please sign in to comment.