Upgraded Borg Snack Dispenser (#19557)

* FOOD!!!

* maybe this is why they didn't add the ice cream

* requires utility upgrades instead

* whoops

* ok

* why was grippers here

* space

* different

* LORE CHECK LORE CHECK LORE LORE LORE!! I LOVE VUULEKNSS

* cooldown done

* cooldown to default mediborg lollipop speed

* uses cooldown_declare and stuff like that

* space

* fixes plus place on tables and the FLOOR!!

* delete for now so i CAN SYNC

* readd the food

* gumball (non-cyborg version) added

* changes done

* delete this file

* ya deleting files is too hard

* delete all of the old lollipop shooter

* emag functionality

* update TODO comment

* icecream

* thought i removed this, but guess not

* throwforce works now

* wtf icondiffbot?

* just triggering the checks

---------

Co-authored-by: ynot01 <ynot000001@gmail.com>
This commit is contained in:
Rune Knight
2023-07-23 20:54:00 -07:00
committed by GitHub
parent add20b70de
commit a4fe2307f6
10 changed files with 217 additions and 215 deletions

View File

@@ -149,6 +149,9 @@ SUBSYSTEM_DEF(throwing)
if (callback)
callback.Invoke()
if(thrownthing)
SEND_SIGNAL(thrownthing, COMSIG_MOVABLE_THROW_LANDED, src)
qdel(src)
/datum/thrownthing/proc/hit_atom(atom/A)