mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 14:39:58 +01:00
Basic mulebots. last basic bot refactor (#95899)
my watch has ended <img width="401" height="256" alt="ffffff" src="https://github.com/user-attachments/assets/a539203c-020b-4ad8-b034-f69ec0eafa78" /> ## Changelog 🆑 Profakos (originally pulled from their branch, did massive chunk of this), Ben10omintrix refactor: mulebots have been refactored. please report any bugs /🆑
This commit is contained in:
@@ -196,7 +196,7 @@ GLOBAL_LIST_INIT(command_strings, list(
|
||||
/mob/living/basic/bot/proc/get_emagged_message()
|
||||
return get_policy(ROLE_EMAGGED_BOT) || "You are a malfunctioning bot! Disrupt everyone and cause chaos!"
|
||||
|
||||
/mob/living/basic/bot/proc/turn_on()
|
||||
/mob/living/basic/bot/proc/turn_on(mob/user)
|
||||
if(stat == DEAD)
|
||||
return FALSE
|
||||
set_mode_flags(bot_mode_flags | BOT_MODE_ON)
|
||||
|
||||
Reference in New Issue
Block a user