mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-16 21:33:46 +03:00
28 lines
597 B
Lua
28 lines
597 B
Lua
--[[
|
|
| This file was obtained through the combined efforts
|
|
| of Madbluntz & Plymouth Antiquarian Society.
|
|
|
|
|
| Credits: lifestorm, Gregory Wayne Rossel JR.,
|
|
| Maloy, DrPepper10 @ RIP, Atle!
|
|
|
|
|
| Visit for more: https://plymouth.thetwilightzone.ru/
|
|
--]]
|
|
|
|
ENT.Type = "anim"
|
|
ENT.Base = "base_gmodentity"
|
|
|
|
ENT.PrintName = "Chocolatine"
|
|
ENT.Author = "SaDow4100"
|
|
ENT.Contact = "Steam"
|
|
ENT.Purpose = "Food"
|
|
ENT.Instructions = "E"
|
|
ENT.Category = "Food"
|
|
|
|
ENT.Spawnable = true
|
|
ENT.AdminSpawnable = true
|
|
|
|
function ENT:SetupModel()
|
|
|
|
self.Entity:SetModel("models/FoodNHouseholdItems/Chocolatine.mdl")
|
|
|
|
end |