patches a blooddrinking holodeck exploit (#3345)

## About The Pull Request
patches a blooddrinking holodeck exploit from holodeck stuff

## Why It's Good For The Game
holograms having blood is weird

## Proof Of Testing
tested
## Changelog

🆑
fix: Hologram mobs no longer have blood
/🆑

---------

Co-authored-by: The Sharkening <95130227+StrangeWeirdKitten@users.noreply.github.com>
This commit is contained in:
Arturlang
2025-03-22 17:37:15 +00:00
committed by GitHub
co-authored by The Sharkening
parent 28260154e0
commit 2d9eb62e0e
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -65,6 +65,7 @@
// these vars are not really standardized but all would theoretically create stuff on death
our_mob.add_traits(list(TRAIT_PERMANENTLY_MORTAL, TRAIT_NO_BLOOD_OVERLAY, TRAIT_NOBLOOD, TRAIT_NOHUNGER), INNATE_TRAIT)
ADD_TRAIT(our_mob, TRAIT_NOBLOOD, INNATE_TRAIT) // BUBBER ADDITION: bloodrinking exploit fix
RegisterSignal(our_mob, COMSIG_QDELETING, PROC_REF(handle_mob_delete))
return our_mob