shuttle_loan_situation ![code/modules/events/shuttle_loan/shuttle_loan_datum.dm 2](git.png)
One of the potential shuttle loans you might receive.
Vars | |
announcement_text | What they said about it. |
---|---|
bonus_points | Supply points earned for taking the deal. |
logging_desc | Small description of the loan for easier log reading. |
sender | Who sent the shuttle |
shuttle_transit_text | What the shuttle says about it. |
thanks_msg | Response for taking the deal. |
Procs | |
spawn_items | Spawns paths added to spawn_list , and passes empty shuttle turfs so you can spawn more complicated things like dead bodies. |
Var Details
announcement_text ![code/modules/events/shuttle_loan/shuttle_loan_datum.dm 6](git.png)
What they said about it.
bonus_points ![code/modules/events/shuttle_loan/shuttle_loan_datum.dm 10](git.png)
Supply points earned for taking the deal.
logging_desc ![code/modules/events/shuttle_loan/shuttle_loan_datum.dm 16](git.png)
Small description of the loan for easier log reading.
sender ![code/modules/events/shuttle_loan/shuttle_loan_datum.dm 4](git.png)
Who sent the shuttle
shuttle_transit_text ![code/modules/events/shuttle_loan/shuttle_loan_datum.dm 8](git.png)
What the shuttle says about it.
thanks_msg ![code/modules/events/shuttle_loan/shuttle_loan_datum.dm 12](git.png)
Response for taking the deal.
Proc Details
spawn_items
Spawns paths added to spawn_list
, and passes empty shuttle turfs so you can spawn more complicated things like dead bodies.