mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 02:56:14 +01:00
Update bellymodes_datum_vr.dm
This commit is contained in:
@@ -175,10 +175,8 @@ GLOBAL_LIST_INIT(digest_modes, list())
|
||||
return
|
||||
if(isliving(C))
|
||||
var/mob/living/M = C
|
||||
var/mob_holder_type = /obj/item/weapon/holder
|
||||
var/mob_holder_type = M.holder_type || /obj/item/weapon/holder
|
||||
B.ownegg.w_class = M.size_multiplier * 4 //Egg size and weight scaled to match occupant.
|
||||
if(M.holder_type)
|
||||
mob_holder_type = M.holder_type
|
||||
var/obj/item/weapon/holder/H = new mob_holder_type(B.ownegg, M)
|
||||
B.ownegg.max_storage_space = H.w_class
|
||||
B.ownegg.icon_scale_x = 0.25 * B.ownegg.w_class
|
||||
|
||||
Reference in New Issue
Block a user