mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-15 00:53:23 +01:00
ancient goliaths now have their own trophy like other shiny lavaland mob. (#19222)
* ancient goliaths now have their own trophy like other shiny lavaland mobs * Update code/modules/mining/equipment/kinetic_crusher.dm Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com> Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com>
This commit is contained in:
@@ -276,6 +276,13 @@
|
||||
if(missing_health > 0)
|
||||
target.adjustBruteLoss(missing_health) //and do that much damage
|
||||
|
||||
|
||||
/obj/item/crusher_trophy/goliath_tentacle/ancient
|
||||
name = "ancient goliath tentacle"
|
||||
desc = "A HUGE sliced-off goliath tentacle. Suitable as a trophy for a kinetic crusher."
|
||||
icon_state = "ancient_goliath_tentacle"
|
||||
bonus_value = 4
|
||||
|
||||
//watcher
|
||||
/obj/item/crusher_trophy/watcher_wing
|
||||
name = "watcher wing"
|
||||
|
||||
Reference in New Issue
Block a user