mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
Grep for space indentation (#54850)
#54604 atomizing Since a lot of the space indents are in lists ill atomize those later
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
|
||||
/**
|
||||
* Handles simple payment operations where the cost of the object in question doesn't change.
|
||||
*
|
||||
* What this is useful for:
|
||||
* Basic forms of vending.
|
||||
* Objects that can drain the owner's money linearly.
|
||||
* What this is not useful for:
|
||||
* Things where the seller may want to fluxuate the price of the object.
|
||||
* Improving standardizing every form of payment handing, as some custom handling is specific to that object.
|
||||
**/
|
||||
* Handles simple payment operations where the cost of the object in question doesn't change.
|
||||
*
|
||||
* What this is useful for:
|
||||
* Basic forms of vending.
|
||||
* Objects that can drain the owner's money linearly.
|
||||
* What this is not useful for:
|
||||
* Things where the seller may want to fluxuate the price of the object.
|
||||
* Improving standardizing every form of payment handing, as some custom handling is specific to that object.
|
||||
**/
|
||||
/datum/component/payment
|
||||
///Standardized of operation.
|
||||
var/cost = 10
|
||||
|
||||
Reference in New Issue
Block a user