Skip to content

Commit

Permalink
No clicky
Browse files Browse the repository at this point in the history
  • Loading branch information
morrowwolf committed Oct 27, 2023
1 parent f5582f7 commit cfbf196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/admin/game_master/game_master.dm
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ GLOBAL_VAR_INIT(radio_communication_clarity, 100)
if(LAZYACCESS(modifiers, MIDDLE_CLICK))
if(isxeno(object))
qdel(object)
return
return TRUE

var/spawning_xeno_type = RoleAuthority.get_caste_by_text(selected_xeno)

Expand Down

0 comments on commit cfbf196

Please sign in to comment.