Skip to content

Commit

Permalink
technically a queen buff I guess?
Browse files Browse the repository at this point in the history
  • Loading branch information
SabreML committed Jan 29, 2024
1 parent 8393ddb commit d0e3d59
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions code/modules/mob/living/carbon/xenomorph/castes/Queen.dm
Original file line number Diff line number Diff line change
Expand Up @@ -538,22 +538,6 @@
var/time_left = time2text(timeleft(queen_age_timer_id) + 1 MINUTES, "mm") // We add a minute so that it basically ceilings the value.
. += "Maturity: [time_left == 1? "[time_left] minute" : "[time_left] minutes"] remaining"

//Custom bump for crushers. This overwrites normal bumpcode from carbon.dm
/mob/living/carbon/xenomorph/queen/Collide(atom/A)
set waitfor = 0

if(stat || !istype(A) || A == src)
return FALSE

if(now_pushing)
return FALSE//Just a plain ol turf, let's return.

var/turf/T = get_step(src, dir)
if(!T || !get_step_to(src, T)) //If it still exists, try to push it.
return ..()

return TRUE

/mob/living/carbon/xenomorph/queen/proc/set_orders()
set category = "Alien"
set name = "Set Hive Orders (50)"
Expand Down

0 comments on commit d0e3d59

Please sign in to comment.