Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
FalloutFalcon committed Jan 20, 2025
1 parent 908c777 commit 1061576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/missions/landmark.dm
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
/obj/effect/landmark/mission_poi/proc/use_poi(_type_to_spawn, datum/mission/mission)
var/atom/item_of_interest
use_count--
NOTICe("[src] was used!")
NOTICE("[src] was used!")
if(!ispath(type_to_spawn))
type_to_spawn = _type_to_spawn
if(!ispath(type_to_spawn))
Expand Down

0 comments on commit 1061576

Please sign in to comment.