mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 00:21:11 +01:00
Fixes a Loadout Entry Description (#15595)
This commit is contained in:
@@ -3,7 +3,7 @@ var/list/holder_mob_icon_cache = list()
|
||||
//Helper object for picking dionaea (and other creatures) up.
|
||||
/obj/item/holder
|
||||
name = "holder"
|
||||
desc = "You shouldn't ever see this."
|
||||
desc = DESC_PARENT
|
||||
icon = 'icons/mob/npc/held_mobs.dmi'
|
||||
randpixel = 0
|
||||
center_of_mass = null
|
||||
|
||||
Reference in New Issue
Block a user