Files
Paradise/code/modules
Twinmold93 bf2d74d80e Spacepod Fix - Equipment Modules (#4637)
* Spacepod Fix - Equipment Modules

Changes the installed_module variable in equipment to a list, allowing
the rest of the code to read it correctly.  Now when equipment is added
and removed from the pod, it updates properly. Also adds any equipment
the pod starts with to the list.

Fixes the issues in:
https://github.com/ParadiseSS13/Paradise/issues/4599

* Changes List Call

Changes:
equipment_system.installed_modules = new/list()
to
equipment_system.installed_modules = list()

* Properly Placement for List Defined

Removes the definition of the variable as list() from spacepod.dm to
equipment.dm, clearing up a little of size from the total code.

* Removes shot_from

Removes the shot_from lines from the code.
2016-06-11 12:22:34 -04:00
..
2016-06-08 15:11:24 -04:00
2016-06-07 02:25:06 -04:00
2016-05-31 22:50:57 -04:00
2016-06-02 22:17:19 -04:00
2016-05-31 22:50:57 -04:00
2016-05-20 14:58:29 -04:00
2016-05-27 14:52:04 -04:00
2016-05-20 05:06:39 -04:00
2016-05-27 14:52:04 -04:00
2016-06-08 15:11:24 -04:00
2016-05-15 10:30:19 -04:00
2016-05-22 20:45:25 -04:00