mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
Singularity_pull() standartize (#87304)
## About The Pull Request Previous attempt - https://github.com/tgstation/tgstation/pull/87227 `/atom/proc/singularity_pull(obj/singularity/singularity, current_size)` has first arg typed, but other procs were just referencing it as a un-typed variable. Since args are not standartized AND `atom/proc/singularity_pull(obj/singularity/singularity, current_size)` is out-dated, since it can be called by things that has `/datum/component/singularity` - not just by `obj/singularity/singularity` - This PR just adds args to every `proc/singularity_pull()` as follows: `proc/singularity_pull(atom/singularity, current_size)` ## Why It's Good For The Game Standartization ## Changelog No changelog needed
This commit is contained in:
@@ -421,7 +421,7 @@
|
||||
/obj/structure/chrono_field/singularity_act()
|
||||
return
|
||||
|
||||
/obj/structure/chrono_field/singularity_pull()
|
||||
/obj/structure/chrono_field/singularity_pull(atom/singularity, current_size)
|
||||
return
|
||||
|
||||
/obj/structure/chrono_field/ex_act()
|
||||
|
||||
Reference in New Issue
Block a user