Skip to content

Commit

Permalink
hnnnngh colonel im trying to stealthmin but my ghost is DUMMY THICC a…
Browse files Browse the repository at this point in the history
…nd the clap of my asscheeks are alerting the griefers
  • Loading branch information
Absolucy committed Dec 20, 2024
1 parent a7a9f75 commit 7195b5b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/modules/admin/admin_verbs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -551,6 +551,9 @@ GLOBAL_PROTECT(admin_verbs_poll)
mob.alpha = 0 //JUUUUST IN CASE
mob.name = " "
mob.mouse_opacity = MOUSE_OPACITY_TRANSPARENT
var/image/invisible = image(icon = 'icons/mob/simple/mob.dmi', icon_state = null, loc = mob)
invisible.override = TRUE
mob.add_alt_appearance(/datum/atom_hud/alternate_appearance/basic/actually_everyone, "stealthmin", invisible)

ADD_TRAIT(mob, TRAIT_ORBITING_FORBIDDEN, STEALTH_MODE_TRAIT)
QDEL_NULL(mob.orbiters)
Expand All @@ -561,6 +564,7 @@ GLOBAL_PROTECT(admin_verbs_poll)
/client/proc/disable_stealth_mode()
holder.fakekey = null
if(isobserver(mob))
mob.remove_alt_appearance("stealthmin")
mob.invisibility = initial(mob.invisibility)
mob.alpha = initial(mob.alpha)
if(mob.mind)
Expand Down
4 changes: 4 additions & 0 deletions monkestation/code/game/alternate_appearance.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/datum/atom_hud/alternate_appearance/basic/actually_everyone

/datum/atom_hud/alternate_appearance/basic/actually_everyone/mobShouldSee(mob/M)
return TRUE
1 change: 1 addition & 0 deletions tgstation.dme
Original file line number Diff line number Diff line change
Expand Up @@ -6009,6 +6009,7 @@
#include "monkestation\code\datums\wires\mulebot.dm"
#include "monkestation\code\datums\wires\particle_accelerator.dm"
#include "monkestation\code\datums\wires\vending.dm"
#include "monkestation\code\game\alternate_appearance.dm"
#include "monkestation\code\game\atom.dm"
#include "monkestation\code\game\say.dm"
#include "monkestation\code\game\sound.dm"
Expand Down

0 comments on commit 7195b5b

Please # to comment.