Skip to content

Commit

Permalink
Compiling code dumb
Browse files Browse the repository at this point in the history
  • Loading branch information
morrowwolf committed Aug 29, 2023
1 parent cac6975 commit 312281a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/mob/living/carbon/xenomorph/xeno_defines.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1108,7 +1108,7 @@

lesser_drone_limit = max(lesser_drone_limit_counter, lesser_drone_minimum)

/datum/hive_status/proc/can_spawn_as_lesser_drone(mob/dead/observer/user, /obj/effect/alien/resin/special/pylon/spawning_pylon)
/datum/hive_status/proc/can_spawn_as_lesser_drone(mob/dead/observer/user, obj/effect/alien/resin/special/pylon/spawning_pylon)
if(!GLOB.hive_datum || ! GLOB.hive_datum[hivenumber])
return FALSE

Expand All @@ -1130,7 +1130,7 @@
return FALSE

if(spawning_pylon.lesser_drone_spawns < 1)
to_chat(xeno_candidate, SPAN_WARNING("The selected core or pylon does not have enough power for a lesser drone!"))
to_chat(user, SPAN_WARNING("The selected core or pylon does not have enough power for a lesser drone!"))
return FALSE

update_lesser_drone_limit()
Expand Down

0 comments on commit 312281a

Please sign in to comment.