Files
Bubberstation/code/modules/bitrunning/util/virtual_megafauna.dm
SkyratBot 3238023f73 [MIRROR] Adds more bitrunning antagonists + fixes (READY) [MDB IGNORE] (#25054)
* Adds more bitrunning antagonists + fixes (READY)

* Update role_preferences.dm

* Update poll_ignore.dm

* Update poll_ignore.dm

* Update cyber_police.dm

---------

Co-authored-by: Jeremiah <42397676+jlsnow301@users.noreply.github.com>
Co-authored-by: Bloop <13398309+vinylspiders@users.noreply.github.com>
2023-11-16 18:50:32 -05:00

14 lines
435 B
Plaintext

/// Removes all the loot and achievements from megafauna for bitrunning related
/mob/living/simple_animal/hostile/megafauna/proc/make_virtual_megafauna()
var/new_max = clamp(maxHealth * 0.5, 600, 1300)
maxHealth = new_max
health = new_max
true_spawn = FALSE
loot.Cut()
loot += /obj/structure/closet/crate/secure/bitrunning/encrypted
crusher_loot.Cut()
crusher_loot += /obj/structure/closet/crate/secure/bitrunning/encrypted