mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 20:20:33 +01:00
[MIRROR] Removes holographic monkey species (#26605)
Removes holographic monkey species Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com>
This commit is contained in:
co-authored by
John Willard
parent
47ab3eb18d
commit
88ea23ee6e
@@ -107,6 +107,12 @@
|
||||
var/final_effectiveness = effectiveness - target.butcher_difficulty
|
||||
var/bonus_chance = max(0, (final_effectiveness - 100) + bonus_modifier) //so 125 total effectiveness = 25% extra chance
|
||||
|
||||
if(target.flags_1 & HOLOGRAM_1)
|
||||
butcher.visible_message(span_notice("[butcher] tries to butcher [target], but it vanishes."), \
|
||||
span_notice("You try to butcher [target], but it vanishes."))
|
||||
qdel(target)
|
||||
return
|
||||
|
||||
for(var/result_typepath in target.butcher_results)
|
||||
var/obj/remains = result_typepath
|
||||
var/amount = target.butcher_results[remains]
|
||||
|
||||
Reference in New Issue
Block a user