Skip to content

Commit

Permalink
test to make sure they are acctually being used.
Browse files Browse the repository at this point in the history
  • Loading branch information
FalloutFalcon committed Jan 20, 2025
1 parent dd0b29f commit 908c777
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/missions/landmark.dm
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +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!")
if(!ispath(type_to_spawn))
type_to_spawn = _type_to_spawn
if(!ispath(type_to_spawn))
Expand Down

0 comments on commit 908c777

Please sign in to comment.