mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 13:10:02 +01:00
Datum rev & related upgrades to base datum antag (#31630)
* Datum rev & related upgrades to base datum antag * Actually starts objective tracking * Grammer & clumsy removal things * unifies file names * Fixes heads displaying in every mode * This is why i ask for reviews * KILL ME * proper antag detection * Fixes admin de-revving * Sanity * Fix conflicts * Fixes instant roundend * Fixes flashes * Waits until setup is done to declare roundend.
This commit is contained in:
@@ -69,7 +69,7 @@
|
||||
var/global/list/dumb_rev_heads = list()
|
||||
|
||||
/obj/machinery/computer/shuttle/mining/attack_hand(mob/user)
|
||||
if((user.z in GLOB.station_z_levels) && user.mind && (user.mind in SSticker.mode.head_revolutionaries) && !(user.mind in dumb_rev_heads))
|
||||
if((user.z in GLOB.station_z_levels) && user.mind && is_head_revolutionary(user) && !(user.mind in dumb_rev_heads))
|
||||
to_chat(user, "<span class='warning'>You get a feeling that leaving the station might be a REALLY dumb idea...</span>")
|
||||
dumb_rev_heads += user.mind
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user