mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 15:17:01 +01:00
Podspawn admin verb, like Spawn, but more IC (#41981)
* Podspawn admin verb, like spawn, but more IC 🆑 coiax admin: New 'Podspawn' verb, which functions like 'Spawn', except any atoms movable spawned will be dropped in via a no-damage, no-explosion Centcom supply pod. /🆑 Essentially, sometimes you want to spawn stuff in, quickly, in an adhoc manner. Use of the full Centcom launchbay is fine if you're doing a full blown drop or event or want some customisation, but sometimes you want a quick supply pod. The admin smite "Supply Pod (Quick)" has been used for this purpose, but it has a side effect of setting people on fire and damaging them, which isn't what you want if it's just for spawning stuff in. * Adds option to Game Panel->Create Object * Code review I
This commit is contained in:
@@ -40,6 +40,7 @@
|
||||
Where:
|
||||
<select name='object_where' style="width:320px">
|
||||
<option value='onfloor'>On floor below own mob</option>
|
||||
<option value='frompod'>On floor below own mob, dropped via supply pod</option>
|
||||
<option value='inhand'>In own mob's hand</option>
|
||||
<option value='inmarked'>In marked object</option>
|
||||
</select>
|
||||
@@ -106,4 +107,4 @@
|
||||
</script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user