mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-15 12:42:50 +00:00
Merge pull request #8796 from Cerebulon/bloons
Balloon Expansion (Inflation?)
This commit is contained in:
@@ -8,11 +8,11 @@
|
||||
/datum/uplink_item/item/badassery/balloon
|
||||
name = "For showing that You Are The BOSS (Useless Balloon)"
|
||||
item_cost = DEFAULT_TELECRYSTAL_AMOUNT
|
||||
path = /obj/item/toy/syndicateballoon
|
||||
path = /obj/item/toy/balloon/syndicate
|
||||
|
||||
/datum/uplink_item/item/badassery/balloon/NT
|
||||
name = "For showing that you love NT SOO much (Useless Balloon)"
|
||||
path = /obj/item/toy/nanotrasenballoon
|
||||
path = /obj/item/toy/balloon/nanotrasen
|
||||
|
||||
/**************
|
||||
* Random Item *
|
||||
@@ -91,4 +91,4 @@
|
||||
var/obj/structure/largecrate/C = /obj/structure/largecrate
|
||||
icon = image(initial(C.icon), initial(C.icon_state))
|
||||
|
||||
return "[bicon(icon)]"
|
||||
return "[bicon(icon)]"
|
||||
|
||||
Reference in New Issue
Block a user