mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 20:43:10 +01:00
Adds a Football (#20938)
Adds a football: 1. Walk into on Help intent to kick normally 2. Alt+Click or Walk into on non-Help intent to kick powerfully 3. Drag onto character sprite to pick up  --------- Signed-off-by: smellie <sadkermit01@gmail.com> Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>
This commit is contained in:
@@ -182,3 +182,10 @@
|
||||
if(path) // repeat 3 times for each item
|
||||
for(i = 0, i < 3, ++i)
|
||||
new path(sheet)
|
||||
|
||||
/datum/gear/toy/football
|
||||
display_name = "football"
|
||||
description = "A classic, black and white football for kicking. Also known as a soccerball on Biesel and some parts of Earth for some reason."
|
||||
cost = 1
|
||||
allowed_roles = list("Off-Duty Crew Member", "Passenger")
|
||||
path = /obj/item/toy/football
|
||||
|
||||
Reference in New Issue
Block a user